We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f635 commit d1ed572Copy full SHA for d1ed572
jquery.pjax.js
@@ -271,10 +271,6 @@ function pjax(options) {
271
if (typeof options.scrollTo === 'number')
272
$(window).scrollTop(options.scrollTo)
273
274
- // Google Analytics support
275
- if ( (options.replace || options.push) && window._gaq )
276
- _gaq.push(['_trackPageview'])
277
-
278
// If the URL has a hash in it, make sure the browser
279
// knows to navigate to the hash.
280
if ( hash !== '' ) {
0 commit comments