summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc/deeplink.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-24 01:24:24 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-24 01:24:24 +0100
commit4380488815fa9dfe899fbacf71f5e0848544dd37 (patch)
tree80a8ab62e7a5dd52a391e2727b06255a2949c96d /StoneIsland/www/js/lib/etc/deeplink.js
parent7a46e7f1fa592658415e0da4fe42033a31ce3951 (diff)
fix deep linking
Diffstat (limited to 'StoneIsland/www/js/lib/etc/deeplink.js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/deeplink.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/etc/deeplink.js b/StoneIsland/www/js/lib/etc/deeplink.js
index 7667cfcd..fc3b52a9 100755
--- a/StoneIsland/www/js/lib/etc/deeplink.js
+++ b/StoneIsland/www/js/lib/etc/deeplink.js
@@ -2,4 +2,5 @@ function handleOpenURL (url) {
console.log("DEEP LINKING DETECTED", url)
url = url.replace("stoneisland:/", "")
app.router.parseRoute( url )
+ app.deepLinkRoute = url
} \ No newline at end of file