show layers window on page open

This commit is contained in:
jack 2018-06-23 23:27:24 +08:00
parent 040f64ea5e
commit 24509ab614
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,6 @@
position: absolute;
left: 80px;
top: 115px;
display: none;
}
#layers-selector ul{
padding: 0;

View File

@ -203,3 +203,5 @@ $('#btn-back-to-sjy').click(function(){
});
});
$('#layers-selector').show();