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
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@
encodeURIComponent(q)
].join('');
//analytics.trackPageview(page);
analytics.trackPageview(page);
if (window.history.pushState) {
window.history.pushState({query: q}, '', page);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment