Closed pcottle closed 11 years ago
Just as an fyi, this line throws for me:
function onNavigation(e) { _gaq.push(['_trackEvent', 'Flowtime', 'Navigation', cacheTitle + ' > ' + document.title.replace("Flowtime.js | ", "")]); Uncaught ReferenceError: _gaq is not defined
Solved. I had a call to Google inside an event handler which was triggered before Google Analytic was initialized.
Thanks.
Just as an fyi, this line throws for me: