diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:11:28 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:11:28 -0500 |
| commit | 83a884197ff0226631a46e4894f22b8468b15598 (patch) | |
| tree | 4048ed87510ae15d283f63ef799072914ed4b2d3 /StoneIsland/www/js/lib/etc/deeplink.js | |
| parent | ef14c875d7056f90be606ebf1f389c112b947f81 (diff) | |
add deep linking lib
Diffstat (limited to 'StoneIsland/www/js/lib/etc/deeplink.js')
| -rw-r--r-- | StoneIsland/www/js/lib/etc/deeplink.js | 3 |
1 files changed, 3 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 |
