diff options
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 689ad2755..bafe88635 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -896,6 +896,10 @@ fixmystreet.display = { width: width, height: height }); + $('#try_again').click(function(e){ + e.preventDefault(); + history.back(); + }); $('.mobile-map-banner span').text(translation_strings.right_place); |