diff options
Diffstat (limited to 'StoneIsland/www/js/lib/etc/deeplink.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/deeplink.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/etc/deeplink.js b/StoneIsland/www/js/lib/etc/deeplink.js index fc3b52a9..252a94c9 100755 --- a/StoneIsland/www/js/lib/etc/deeplink.js +++ b/StoneIsland/www/js/lib/etc/deeplink.js @@ -1,6 +1,6 @@ function handleOpenURL (url) { console.log("DEEP LINKING DETECTED", url) url = url.replace("stoneisland:/", "") - app.router.parseRoute( url ) - app.deepLinkRoute = url + app.router && app.router.parseRoute( url ) + window.deepLinkRoute = url }
\ No newline at end of file |
