Skip to content

Commit

Permalink
Correction of typo in ga variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVB committed Oct 26, 2016
1 parent a270987 commit a3bf8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/frontend/auto-load-next-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function update_google_analytics() {
}

// This uses Google Analytics Universal Analytics tracking method.
if ( typeof ga !== 'undefined' && _ga !== null ) {
if ( typeof ga !== 'undefined' && ga !== null ) {
ga( 'send', 'pageview', track_page_url);
}

Expand Down

0 comments on commit a3bf8f7

Please sign in to comment.