fixed ga code, and updated topright_sprite image with one that doesn't have littl glitches

This commit is contained in:
Connor Turland 2014-10-22 21:04:28 -04:00
parent 875f37c480
commit fdfa720849
2 changed files with 1 additions and 1 deletions

BIN
app/assets/images/topright_sprite.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -11,7 +11,7 @@
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + 'stats.g.doubleclick.net/dc.js';
ga.src = ('https:' == document.location.protocol ? 'https://ssl.' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();