diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 23:05:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 23:07:10 -0500 |
| commit | 16e462faf5e661ceee700f6f0053d502121a5f62 (patch) | |
| tree | 0b23c8ced6843ea54d956b224fbac5e8ae6de9b7 /StoneIsland/www/js/index.js | |
| parent | f4f94bedc9027e630c1277d15e414db686a948bd (diff) | |
account nav
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 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 () |
