MediaWiki:Common.js: Difference between revisions
From SprezzOSWiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
var _gaq = _gaq || []; | var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-28599323-1']); | _gaq.push(['_setAccount', 'UA-28599323-1']); | ||
| Line 10: | Line 9: | ||
})(); | })(); | ||
(function() { | (function() { | ||
var s = document.createElement('script'); | var s = document.createElement('script'); | ||
| Line 21: | Line 19: | ||
t.parentNode.insertBefore(s, t); | t.parentNode.insertBefore(s, t); | ||
})(); | })(); | ||
Revision as of 03:08, 30 January 2013
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28599323-1']);
_gaq.push(['_setDomainName', 'sprezzatech.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function() {
var s = document.createElement('script');
var t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = '//api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();