summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-24 18:18:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-24 18:18:50 +0200
commitec92c9432cf452badb6cca2c41e41d0546006692 (patch)
tree9b0ebc256d9dfda52586f4d59bf4d56aac04a8b0 /StoneIsland/www/js/index.js
parenta0b5692d077544ea2f44b41ed72f0b3c26b3dcf6 (diff)
many updates. consent modal
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index ea992fc7..a8caa2e5 100755
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -57,7 +57,8 @@ var app = (function(){
app.orders = new OrdersView ()
app.terms = new PageView ({ page: "terms" })
- app.privacy = new PageView ({ page: "privacy" })
+ app.privacy = new PageView ({ page: "privacy" })
+ app.account_terms = new PageView ({ page: "account_terms" })
app.returns = new PageView ({ page: "returns" })
app.care = new PageView ({ page: "care" })