summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-19 05:20:03 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-19 05:20:03 -0600
commit1be9cdcdcbc6522df64f1b9319b454ab2b32081c (patch)
tree845268341498a3ee7843c9eb1e916595143cc367 /StoneIsland/www/js/index.js
parentcb6533fd60ff26b9789ed7aa6419bb6aecfbabf1 (diff)
parentd18761c6a093f3dd8bfee5fb7b91f7fb17465046 (diff)
Merge branch 'master' of https://github.com/okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index a2bbf992..5a4efec8 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -47,7 +47,10 @@ var app = (function(){
app.settings = new SettingsView ()
app.intro = new IntroView ()
- app.faq = new FaqView ()
+ app.terms = new PageView ({ page: "terms" })
+ app.privacy = new PageView ({ page: "privacy" })
+ app.returns = new PageView ({ page: "returns" })
+ app.care = new PageView ({ page: "care" })
app.search = new SearchView ()
app.product = new ProductView ()