summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2022-07-12 16:37:52 +0200
committerJules Laplace <julescarbon@gmail.com>2022-07-12 16:37:52 +0200
commitc6fa2d5f07da89d987ce1c57f636cd34457b2d11 (patch)
tree3dfff368caf2ffcb15741becb2cd7ba1dfa5e578 /StoneIsland/www/js/index.js
parentba87d556784a9c0444ec058b590d567f115c8fd2 (diff)
add DestroyAccountView
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/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 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" })