diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | 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 b61e545d..1ebc20ba 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -49,6 +49,7 @@ var app = (function(){ app.shipping = new ShippingView () app.settings = new SettingsView () app.orders = new OrdersView () + app.destroy_account = new DestroyAccountView () app.terms = new PageView ({ page: "terms" }) app.privacy = new PageView ({ page: "privacy" }) |
