Change style of settings box and add close icon
This commit is contained in:
parent
973182c75e
commit
773668f510
6 changed files with 35 additions and 9 deletions
|
|
@ -240,6 +240,10 @@ function initialize() {
|
|||
$('#settings_infoblock').toggle();
|
||||
});
|
||||
|
||||
$('#settings_close').on('click', function() {
|
||||
$('#settings_infoblock').hide();
|
||||
});
|
||||
|
||||
$('#groundvehicle_filter').on('click', function() {
|
||||
filterGroundVehicles(true);
|
||||
refreshSelected();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue