diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-20 10:49:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-20 10:49:25 +0100 |
commit | 1390f9f0db5a5358b3f9993d08792fa265a783df (patch) | |
tree | c3c99b1e4bc8ca75673f12533867f86662630ae7 /src/js/map-OpenLayers.js | |
parent | 68f3291bdfe6568fe71169bfb36a3b800fbc8c6e (diff) |
Remove next button from confirm location screen
Potentially confusing to user that there is a confirm location and a
next button and as they do the same remove the most ambigously titled
one.
Fixes #105
Diffstat (limited to 'src/js/map-OpenLayers.js')
-rw-r--r-- | src/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/map-OpenLayers.js b/src/js/map-OpenLayers.js index 938abd0..53d324e 100644 --- a/src/js/map-OpenLayers.js +++ b/src/js/map-OpenLayers.js @@ -405,7 +405,7 @@ OpenLayers.Control.ActionAfterDrag = OpenLayers.Class(OpenLayers.Control, { }, onDragStart: function(evt) { - if ( $('#confirm').css('display') == 'block' ) { + if ( $('#confirm-map').css('display') == 'block' ) { $('#reposition').show(); } } |