diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 01:24:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 01:24:24 +0100 |
| commit | 4380488815fa9dfe899fbacf71f5e0848544dd37 (patch) | |
| tree | 80a8ab62e7a5dd52a391e2727b06255a2949c96d /StoneIsland/www/js/lib/etc/deeplink.js | |
| parent | 7a46e7f1fa592658415e0da4fe42033a31ce3951 (diff) | |
fix deep linking
Diffstat (limited to 'StoneIsland/www/js/lib/etc/deeplink.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/deeplink.js | 1 |
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 |
