This commit is contained in:
Sanj 2011-08-31 19:38:37 +05:30
parent 898c3df19b
commit bc3b3684f3

View File

@ -14,7 +14,7 @@ $(function() {
$('#searchForm').submit(function(e) {
if (!$('.mapListSection').css("opacity") == '0') {
if ($('.mapListSection').css("opacity") == '0') {
$('.mapListSection').fadeIn("slow");
}
e.preventDefault();