minor, syntax
This commit is contained in:
parent
a1130d8d1c
commit
27aa72e641
|
@ -14,7 +14,7 @@ $(function() {
|
|||
|
||||
|
||||
$('#searchForm').submit(function(e) {
|
||||
if (!$('.mapListSection').is("visible")) {
|
||||
if (!$('.mapListSection').is(":visible")) {
|
||||
$('.mapListSection').fadeIn("slow");
|
||||
}
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue
Block a user