summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js2
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()
})