diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-25 17:37:58 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-25 17:37:58 -0400 |
| commit | ef694896c0d53f5dbd49377e5b2382368846ad65 (patch) | |
| tree | 2f6cbaad87aceb93939bc639f5d9e9700979b07f | |
| parent | ef381ff7d329c7d6c2c85a8374be371581849e67 (diff) | |
urls
| -rw-r--r-- | StoneIsland/www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 673942a9..b2f89a28 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -377,9 +377,12 @@ <script src="js/sdk/_sdk.js"></script> <script src="js/sdk/account.js"></script> +<script src="js/sdk/address.js"></script> <script src="js/sdk/auth.js"></script> <script src="js/sdk/cart.js"></script> +<script src="js/sdk/payment.js"></script> <script src="js/sdk/product.js"></script> +<script src="js/sdk/shipping.js"></script> <script src="js/index.js"></script> </html> |
