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