From c6fa2d5f07da89d987ce1c57f636cd34457b2d11 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Jul 2022 16:37:52 +0200 Subject: add DestroyAccountView --- StoneIsland/www/js/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'StoneIsland/www/js/index.js') 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" }) -- cgit v1.2.3-70-g09d2