perf: postpone loading google-analytics script
This commit is contained in:
parent
78f2d77170
commit
735c2ad48b
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
initGoogleAnalytics();
|
window.addEventListener("load", initGoogleAnalytics);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue