Skip to content

Commit

Permalink
Merge df16b32 into a270987
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVB committed Oct 26, 2016
2 parents a270987 + df16b32 commit db35828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/frontend/auto-load-next-post.js
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
2 changes: 1 addition & 1 deletion assets/js/frontend/auto-load-next-post.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db35828

Please sign in to comment.