er, visibility / opacity foo
This commit is contained in:
parent
f3c52f59da
commit
888d2d65d6
|
@ -1,5 +1,5 @@
|
|||
$(function() {
|
||||
$('.mapListSection').css({'visibility': 'hidden'});
|
||||
$('.mapListSection').css({'opacity': 0});
|
||||
map = new OpenLayers.Map('map', {});
|
||||
var baseLayer = new OpenLayers.Layer.OSM( "Openstreetmap Base Layer");
|
||||
// map.addLayer(baseLayer);
|
||||
|
|
Loading…
Reference in New Issue
Block a user