diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-25 14:52:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-25 14:52:44 -0400 |
| commit | 365e6c93c1a57bb45d2ea274218378f642b4d425 (patch) | |
| tree | 6b22b1a9e26a9fa8883e3148f0547dbb3404cd7e /StoneIsland/www/index.html | |
| parent | 7acf0f1f7f7af782981e6001370f46c4dd7460d2 (diff) | |
split up api
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 3440bcbf..d3e047c3 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -375,7 +375,14 @@ <script src="js/lib/_router.js"></script> -<script src="js/sdk/sdk.js"></script> +<script src="js/sdk/_sdk.js"></script> +<script src="js/sdk/account.js"></script> +<script src="js/sdk/auth.js"></script> +<script src="js/sdk/product.js"></script> +<script src="js/sdk/.js"></script> +<script src="js/sdk/.js"></script> +<script src="js/sdk/.js"></script> +<script src="js/sdk/.js"></script> <script src="js/index.js"></script> </html> |
