summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc/push.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 19:59:58 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 19:59:58 +0200
commita81d20bc18d002623fc24cdcea8df7eed6d85bc9 (patch)
tree6cc84744b966f3ca5a80c7ed86488751a0603f35 /StoneIsland/www/js/lib/etc/push.js
parentd738bb120f86d491729a928cec275ff26c90cc09 (diff)
pre-firebase setup...
Diffstat (limited to 'StoneIsland/www/js/lib/etc/push.js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/push.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js
index e09204d3..a744d5c9 100755
--- a/StoneIsland/www/js/lib/etc/push.js
+++ b/StoneIsland/www/js/lib/etc/push.js
@@ -141,11 +141,11 @@ var push = (function(){
}
}
else if (is_hub) {
- analytics.send("push/open/hub")
+ analytics.sendPageView("push/open/hub")
app.router.go("hub")
}
else {
- analytics.send("push/open/store")
+ analytics.sendPageView("push/open/store")
app.router.go("intro")
}
}