Skip to content
Snippets Groups Projects
Commit 55a7465c authored by Kevin Abel's avatar Kevin Abel
Browse files

Uncomment query tracking pageview code

parent 42bfe425
Branches
No related tags found
1 merge request!1WDN 4.0 Theme
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
encodeURIComponent(q) encodeURIComponent(q)
].join(''); ].join('');
//analytics.trackPageview(page); analytics.trackPageview(page);
if (window.history.pushState) { if (window.history.pushState) {
window.history.pushState({query: q}, '', page); window.history.pushState({query: q}, '', page);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment