er, visibility / opacity foo

This commit is contained in:
Sanj 2011-08-31 19:34:30 +05:30
parent f3c52f59da
commit 888d2d65d6

View File

@ -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);