summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 23:05:33 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 23:07:10 -0500
commit16e462faf5e661ceee700f6f0053d502121a5f62 (patch)
tree0b23c8ced6843ea54d956b224fbac5e8ae6de9b7 /StoneIsland/www/js/index.js
parentf4f94bedc9027e630c1277d15e414db686a948bd (diff)
account nav
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 5023873c..a2bbf992 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -44,6 +44,7 @@ var app = (function(){
app.profile = new ProfileView ()
app.payment = new PaymentView ()
app.shipping = new ShippingView ()
+ app.settings = new SettingsView ()
app.intro = new IntroView ()
app.faq = new FaqView ()