Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
f754f2b5
Commit
f754f2b5
authored
Oct 29, 2013
by
Jean Michel Rouly
Browse files
Added Piwik tracking data.
parent
891b6bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
site_data/bottom.part
View file @
f754f2b5
...
...
@@ -10,5 +10,29 @@
</div>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") +
"://golem.srct.gmu.edu/analytics//";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js';
s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img
src="http://golem.srct.gmu.edu/analytics/piwik.php?idsite=1"
style="border:0" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>
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