summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 41cd7fc5..4714a279 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -44,7 +44,7 @@
<span class="payment">PAYMENT</span>
<span class="shipping">SHIPPING</span>
<span class="orders">ORDERS</span>
- <span class="return">RETURN</span>
+ <span class="return_link">RETURN</span>
<span class="settings">NOTIFICATIONS</span>
</div>
<div class="faq_menu">
@@ -660,6 +660,7 @@
<script src="js/lib/account/PaymentView.js"></script>
<script src="js/lib/account/ShippingView.js"></script>
<script src="js/lib/account/SettingsView.js"></script>
+<script src="js/lib/account/OrdersView.js"></script>
<script src="js/lib/products/CollectionView.js"></script>
<script src="js/lib/products/filters/CategoryFilter.js"></script>