marcolago / flowtime.js

Flowtime.js HTML5/CSS3/JS Websites and Presentation Framework
https://marcolago.github.io/flowtime.js/
MIT License
1.34k stars 237 forks source link

Google analytics code #3

Closed pcottle closed 11 years ago

pcottle commented 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
marcolago commented 11 years ago

Solved. I had a call to Google inside an event handler which was triggered before Google Analytic was initialized.

Thanks.