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 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 () |
