summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-24 18:41:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-24 18:41:15 +0200
commit28553fe863564b44f810eacc0ce3f45608346297 (patch)
tree057febb8a68355257048ebb1eae5b5a44b2b6341 /StoneIsland/platforms/ios/www/js/index.js
parentb6774fedca6a535e9f863d4bb72d87f46c47a59b (diff)
build the thing....
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js
index ea992fc7..a8caa2e5 100755
--- a/StoneIsland/platforms/ios/www/js/index.js
+++ b/StoneIsland/platforms/ios/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" })