diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/NavView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/nav/NavView.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js b/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js index fc373858..f3818b7f 100755 --- a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js +++ b/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js @@ -134,7 +134,8 @@ var NavView = View.extend({ this.hide() app.router.go("page/terms") }, - care: function(){ + care: function(e){ + e.preventDefault() window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/home&deviceYeti=smartphone", '_system') }, |
