Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
badd911b
authored
2014-04-22 12:24:10 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update google analytics code
1 parent
12146751
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
documentation.html
free-psd.html
getting-started.html
index.html
documentation.html
View file @
badd911
...
...
@@ -2034,6 +2034,7 @@
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-48721682-1'
,
'bootflat.github.io'
);
ga
(
'require'
,
'displayfeatures'
);
ga
(
'send'
,
'pageview'
);
</script>
...
...
free-psd.html
View file @
badd911
...
...
@@ -197,6 +197,7 @@
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-48721682-1'
,
'bootflat.github.io'
);
ga
(
'require'
,
'displayfeatures'
);
ga
(
'send'
,
'pageview'
);
</script>
...
...
getting-started.html
View file @
badd911
...
...
@@ -259,6 +259,7 @@
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-48721682-1'
,
'bootflat.github.io'
);
ga
(
'require'
,
'displayfeatures'
);
ga
(
'send'
,
'pageview'
);
</script>
...
...
index.html
View file @
badd911
...
...
@@ -187,6 +187,7 @@
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-48721682-1'
,
'bootflat.github.io'
);
ga
(
'require'
,
'displayfeatures'
);
ga
(
'send'
,
'pageview'
);
</script>
...
...
Please
register
or
sign in
to post a comment