summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/NavView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-07 17:07:13 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-07 17:07:13 +0200
commita6e4f48d8f5636eb7ce0affed789990dd653e484 (patch)
treea81941758a4c1cdd8eb2d1320a0bfea491708ef1 /StoneIsland/www/js/lib/nav/NavView.js
parenta0a1eb402d84be81000ed608d3da40a495cc6d34 (diff)
adding modal and covid19 faq link
Diffstat (limited to 'StoneIsland/www/js/lib/nav/NavView.js')
-rwxr-xr-xStoneIsland/www/js/lib/nav/NavView.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js
index a6a39633..bd068ce0 100755
--- a/StoneIsland/www/js/lib/nav/NavView.js
+++ b/StoneIsland/www/js/lib/nav/NavView.js
@@ -34,6 +34,7 @@ var NavView = View.extend({
"click .returns": "returns",
"click .terms": "terms",
"click .care": "care",
+ "click .covid": "covid",
"click .fb": "fb",
"click .insta": "insta",
@@ -158,7 +159,10 @@ var NavView = View.extend({
e.preventDefault()
window.open("https://www.stoneisland.com/customercare?utm_source=AppMobile&utm_medium=referral&utm_campaign=CustomerCare", '_system')
},
-
+ covid: function(e){
+ e.preventDefault()
+ window.open("https://www.stoneisland.com/system/selfservice.controller?CONFIGURATION=1701&PARTITION_ID=1&CMD=BROWSE_TOPIC&LANGUAGE=en&COUNTRY=us&USERTYPE=1&TOPIC_ID=149680", '_system')
+ },
search: function(){
this.hide()