aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/999-googletracker.js
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-17 00:16:52 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-17 00:16:52 -0400
commit79a9ce5983882234e3bb92ba928777708c42c642 (patch)
treeb219c98280fe8d1336198d871464e4dda7374789 /web/js/999-googletracker.js
parentAdd scroll wheel support. (diff)
downloadPhotoFloat-79a9ce5983882234e3bb92ba928777708c42c642.tar.xz
PhotoFloat-79a9ce5983882234e3bb92ba928777708c42c642.zip
Seperate photofloat internals to javascript class.
Diffstat (limited to 'web/js/999-googletracker.js')
-rw-r--r--web/js/999-googletracker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/999-googletracker.js b/web/js/999-googletracker.js
index c35df3f..05a01b7 100644
--- a/web/js/999-googletracker.js
+++ b/web/js/999-googletracker.js
@@ -11,5 +11,5 @@ $(window).load(function () {
$(window).hashchange(function() {
window._gaq = window._gaq || [];
window._gaq.push(['_trackPageview']);
- window._gaq.push(['_trackPageview', window.hashUrl()]);
+ window._gaq.push(['_trackPageview', PhotoFloat.cleanHash(location.hash)]);
});