diff options
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 77a47147..5544d327 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -39,6 +39,7 @@ <span class="archive">ARCHIVE</span> </div> <div class="account_menu"> + <span class="account_back">< ACCOUNT</span> <span class="profile">PROFILE</span> <span class="payment">PAYMENT</span> <span class="shipping">SHIPPING</span> @@ -454,6 +455,7 @@ <script src="js/vendor/view/formview.js"></script> <script src="js/vendor/view/router.js"></script> <script src="js/vendor/view/scrollable.js"></script> +<script src="js/vendor/view/serializable.js"></script> <script src="js/lib/cart/CartView.js"></script> <script src="js/lib/cart/CartPayment.js"></script> |
