diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 3 |
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" }) |
