a nicer fix for android
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12166 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -28,11 +28,8 @@ $(document).ready(function() {
|
|||||||
initLayerList();
|
initLayerList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$('#mappage').live('pageshow', function() {
|
|
||||||
$('#mappage').die('pageshow', arguments.callee);
|
|
||||||
fixContentHeight();
|
|
||||||
});
|
|
||||||
$(window).bind("orientationchange resize pageshow", fixContentHeight);
|
$(window).bind("orientationchange resize pageshow", fixContentHeight);
|
||||||
|
document.body.onload = fixContentHeight;
|
||||||
|
|
||||||
// Map zoom
|
// Map zoom
|
||||||
$("#plus").click(function(){
|
$("#plus").click(function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user