diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 18:20:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 18:20:33 -0500 |
| commit | ee15de014ecfc780c8bd86e00eb8b24bf6149db9 (patch) | |
| tree | 54b7f3887655abfdb8f6bdcb788a57d081aefda0 /StoneIsland/www/index.html | |
| parent | 4a0eedbd2d71249ce427f9f302b83b0073bfe8cd (diff) | |
stub in ordersview
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 3 |
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> |
