Removing scrolling workaround.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-02-17 05:29:11 +00:00
parent 0fa37001dc
commit 0781655e19

View File

@@ -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();
});
});
</script>