From ec92c9432cf452badb6cca2c41e41d0546006692 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Jul 2018 18:18:50 +0200 Subject: many updates. consent modal --- StoneIsland/www/js/lib/nav/NavView.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'StoneIsland/www/js/lib/nav/NavView.js') diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js index cfb39ff6..86c8ecaf 100755 --- a/StoneIsland/www/js/lib/nav/NavView.js +++ b/StoneIsland/www/js/lib/nav/NavView.js @@ -27,6 +27,7 @@ var NavView = View.extend({ "click .faq_back": "back", "click .privacy": "privacy", + "click .account_terms": "account_terms", "click .returns": "returns", "click .terms": "terms", "click .care": "care", @@ -126,6 +127,10 @@ var NavView = View.extend({ this.hide() app.router.go("page/privacy") }, + account_terms: function(){ + this.hide() + app.router.go("page/account_terms") + }, returns: function(){ this.hide() app.router.go("page/returns") -- cgit v1.2.3-70-g09d2