diff options
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index f97476910..39ab7b2b4 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -374,6 +374,8 @@ $(function(){ }); }); +/* +XXX Disabled because jerky on Android and makes map URL bar height too small on iPhone. // Hide URL bar $(window).load(function(){ window.setTimeout(function(){ @@ -383,4 +385,5 @@ $(window).load(function(){ } }, 0); }); +*/ |