diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 19:59:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 19:59:58 +0200 |
| commit | a81d20bc18d002623fc24cdcea8df7eed6d85bc9 (patch) | |
| tree | 6cc84744b966f3ca5a80c7ed86488751a0603f35 /StoneIsland/www/js/index.js | |
| parent | d738bb120f86d491729a928cec275ff26c90cc09 (diff) | |
pre-firebase setup...
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 9bc77c38..c8852f64 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -121,7 +121,7 @@ var app = (function(){ console.log("blog fetched, launching router") app.router.initial_route = window.deepLinkRoute || null if (app.router.initial_route) { - analytics.send('push/' + app.router.initial_route) + analytics.sendPageView('push/' + app.router.initial_route) } app.router.launch() }) |
