diff options
Diffstat (limited to 'src/js/views/around.js')
-rw-r--r-- | src/js/views/around.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index 70b6a02..38e235a 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -108,6 +108,11 @@ fixmystreet.select_feature.deactivate(); fixmystreet.select_feature.activate(); fixmystreet.nav.activate(); + + if ( !FMS.usedBefore ) { + FMS.helpShow(); + FMS.helpViewed(); + } }, positionUpdate: function( info ) { @@ -177,6 +182,11 @@ } $('#front-howto').html('<p>' + msg + '</msg>'); $('#front-howto').show(); + + if ( !FMS.usedBefore ) { + FMS.helpShow(); + FMS.helpViewed(); + } }, displayButtons: function(isLocationSet) { |