summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/etc')
-rw-r--r--StoneIsland/www/js/lib/etc/deeplink.js3
-rw-r--r--StoneIsland/www/js/lib/etc/push.js1
2 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/etc/deeplink.js b/StoneIsland/www/js/lib/etc/deeplink.js
new file mode 100644
index 00000000..648dd167
--- /dev/null
+++ b/StoneIsland/www/js/lib/etc/deeplink.js
@@ -0,0 +1,3 @@
+function handleOpenURL (url) {
+ app.router.initial_route = url
+} \ No newline at end of file
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js
new file mode 100644
index 00000000..ab0c0141
--- /dev/null
+++ b/StoneIsland/www/js/lib/etc/push.js
@@ -0,0 +1 @@
+// \ No newline at end of file