diff options
Diffstat (limited to 'StoneIsland/www/js/lib/etc/push.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/push.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js index 74aaf7b5..e09204d3 100755 --- a/StoneIsland/www/js/lib/etc/push.js +++ b/StoneIsland/www/js/lib/etc/push.js @@ -141,9 +141,11 @@ var push = (function(){ } } else if (is_hub) { + analytics.send("push/open/hub") app.router.go("hub") } else { + analytics.send("push/open/store") app.router.go("intro") } } |
