diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 3d8d46bb..72d105cf 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -45,6 +45,7 @@ var app = (function(){ app.payment = new PaymentView () app.shipping = new ShippingView () app.settings = new SettingsView () + app.orders = new OrdersView () app.intro = new IntroView () app.terms = new PageView ({ page: "terms" }) |
