aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-01 15:44:35 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-01 15:44:35 +0000
commit44fa0d98123ea920ec3f7cca12e482af280b4a86 (patch)
tree0f5b70ed2a2c7e1cebdb58cb79404abf68cd3f40
parente56fd090eeb9667c90b9709dfa0c8045a45f27e2 (diff)
Disable URL bar hiding.
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
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);
});
+*/