ups
This commit is contained in:
parent
898c3df19b
commit
bc3b3684f3
|
@ -14,7 +14,7 @@ $(function() {
|
||||||
|
|
||||||
|
|
||||||
$('#searchForm').submit(function(e) {
|
$('#searchForm').submit(function(e) {
|
||||||
if (!$('.mapListSection').css("opacity") == '0') {
|
if ($('.mapListSection').css("opacity") == '0') {
|
||||||
$('.mapListSection').fadeIn("slow");
|
$('.mapListSection').fadeIn("slow");
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user