summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:35:58 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:35:58 -0500
commit50470ee07e3a6d4afdf3e00724ebb1bdaf351ba0 (patch)
tree6c7d1a6db8acd850cbbc749e02317a948cf602c0 /StoneIsland/www/js
parente760f95dc843cf11367d1aea0ed832991964584a (diff)
latlng
Diffstat (limited to 'StoneIsland/www/js')
-rw-r--r--StoneIsland/www/js/lib/etc/geo.js1
-rw-r--r--StoneIsland/www/js/lib/nav/NavView.js3
2 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/etc/geo.js b/StoneIsland/www/js/lib/etc/geo.js
index 0270d681..ab1f8372 100644
--- a/StoneIsland/www/js/lib/etc/geo.js
+++ b/StoneIsland/www/js/lib/etc/geo.js
@@ -8,6 +8,7 @@ var geo = (function(){
geo.success = function(position){
var lat_str = as_degrees( position.coords.latitude )
var lng_str = as_degrees( position.coords.longitude )
+ $(".latlng").html( lat_str + " " + lng_str )
}
geo.error = function(error){
diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js
index 1445a0d5..704aaa34 100644
--- a/StoneIsland/www/js/lib/nav/NavView.js
+++ b/StoneIsland/www/js/lib/nav/NavView.js
@@ -134,8 +134,7 @@ var NavView = View.extend({
app.router.go("page/terms")
},
care: function(){
- this.hide()
- app.router.go("page/care")
+ window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/return&deviceYeti=smartphone", '_system')
},