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/js/index.js | |
| parent | 4a0eedbd2d71249ce427f9f302b83b0073bfe8cd (diff) | |
stub in ordersview
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" }) |
