diff options
Diffstat (limited to 'www/js/views/around.js')
-rw-r--r-- | www/js/views/around.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index bba85d2..f4a30ec 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -152,6 +152,7 @@ displayButtons: function(isLocationSet) { if ( fixmystreet.map ) { fixmystreet.nav.activate(); + fixmystreet.actionafterdrag.activate(); } if (isLocationSet) { $('#cancel').addClass('ui-btn-left').show(); @@ -310,6 +311,7 @@ FMS.locator.stopTracking(); if ( fixmystreet.map ) { fixmystreet.nav.deactivate(); + fixmystreet.actionafterdrag.deactivate(); } }, |