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/index.html | |
| parent | ef14c875d7056f90be606ebf1f389c112b947f81 (diff) | |
add deep linking lib
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 7bd73c84..03d4a958 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -1063,6 +1063,8 @@ <script src="js/sdk/product.js"></script> <script src="js/sdk/shipping.js"></script> +<script src="js/lib/etc/push.js"></script> +<script src="js/lib/etc/deeplink.js"></script> <script src="js/lib/etc/geo.js"></script> <script src="js/lib/view/View.js"></script> |
