summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/deeplink.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/etc/deeplink.js b/StoneIsland/www/js/lib/etc/deeplink.js
index 648dd167..7667cfcd 100755
--- a/StoneIsland/www/js/lib/etc/deeplink.js
+++ b/StoneIsland/www/js/lib/etc/deeplink.js
@@ -1,3 +1,5 @@
function handleOpenURL (url) {
- app.router.initial_route = url
+ console.log("DEEP LINKING DETECTED", url)
+ url = url.replace("stoneisland:/", "")
+ app.router.parseRoute( url )
} \ No newline at end of file