minor, syntax

This commit is contained in:
Sanj 2011-08-31 19:30:46 +05:30
parent a1130d8d1c
commit 27aa72e641

View File

@ -14,7 +14,7 @@ $(function() {
$('#searchForm').submit(function(e) {
if (!$('.mapListSection').is("visible")) {
if (!$('.mapListSection').is(":visible")) {
$('.mapListSection').fadeIn("slow");
}
e.preventDefault();