Bug found when Google Analytics update is enabled
-
Hi again,
I’ve found a bug when GA update is enabled. On my blog only 3 posts were loaded when scrolling.
It was du to a typo in auto-load-next-post.js :
ligne 111 : if ( typeof ga !== ‘undefined’ && _ga !== null ) {
ga( ‘send’, ‘pageview’, track_page_url);
}_ga should be ga
I’ve updated the .js and the minified version and everything is working well now ! 🙂
Hope this helps
Patrice
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Bug found when Google Analytics update is enabled’ is closed to new replies.