This commit is contained in:
Sanj 2011-08-31 19:41:59 +05:30
parent bc3b3684f3
commit becafc2de7

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