From 0781655e19ae845ab2a864b46d5fe5de5b21ff63 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 17 Feb 2011 05:29:11 +0000 Subject: [PATCH] Removing scrolling workaround. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile-jq.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/mobile-jq.html b/examples/mobile-jq.html index f4cf5e7895..a2a2444c5b 100644 --- a/examples/mobile-jq.html +++ b/examples/mobile-jq.html @@ -14,7 +14,7 @@ html { height: 100%; } - body: { + body { margin: 0; padding: 0; height: 100%; @@ -94,10 +94,6 @@ $("#nav").click(); $("#nav").click(); // jquery mobile bug forces 2 calls to refresh radio ui - // disable scrolling from the map - $("#map").bind("touchstart", function(event) { - event.preventDefault(); - }); });