loading and logo

This commit is contained in:
Karen 2011-08-31 19:43:22 +05:30
commit cae58c8363

View File

@ -15,7 +15,7 @@ $(function() {
$('#searchForm').submit(function(e) {
if ($('.mapListSection').css("opacity") == '0') {
$('.mapListSection').fadeIn("slow");
$('.mapListSection').animate({'opacity': '1'}, 500);
}
e.preventDefault();
var bbox = map.getExtent().toBBOX();