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

Use proper template function for tracking pageview

API error.
parent b4ba7a08
No related branches found
No related tags found
1 merge request!1WDN 4.0 Theme
......@@ -139,7 +139,7 @@
encodeURIComponent(q)
].join('');
analytics.trackPageview(page);
analytics.callTrackPageview(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