Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
c83b8e40
Commit
c83b8e40
authored
Apr 11, 2016
by
joshua-gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check to see if analytics is already loaded
parent
cfb624fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/util/util.js
src/util/util.js
+3
-0
No files found.
src/util/util.js
View file @
c83b8e40
...
...
@@ -32,6 +32,9 @@ morpheus.Util.loadTrackingCode = function() {
if
(
typeof
window
!==
'
undefined
'
)
{
if
(
morpheus
.
Util
.
TRACKING_CODE_LOADED
)
{
return
;
}
else
if
(
typeof
ga
!==
'
undefined
'
)
{
morpheus
.
Util
.
TRACKING_CODE_LOADED
=
true
;
return
;
}
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment