8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
|
/* global _hmt */
|
||
|
|
||
|
if (!window._hmt) window._hmt = [];
|
||
|
|
||
|
document.addEventListener('pjax:success', () => {
|
||
|
_hmt.push(['_trackPageview', location.pathname]);
|
||
|
});
|