loading and logo
This commit is contained in:
commit
cae58c8363
|
@ -15,7 +15,7 @@ $(function() {
|
||||||
|
|
||||||
$('#searchForm').submit(function(e) {
|
$('#searchForm').submit(function(e) {
|
||||||
if ($('.mapListSection').css("opacity") == '0') {
|
if ($('.mapListSection').css("opacity") == '0') {
|
||||||
$('.mapListSection').fadeIn("slow");
|
$('.mapListSection').animate({'opacity': '1'}, 500);
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var bbox = map.getExtent().toBBOX();
|
var bbox = map.getExtent().toBBOX();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user