Removing scrolling workaround.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user