Change style of settings box and add close icon

This commit is contained in:
James Wilson 2017-01-30 14:23:23 -06:00
parent 973182c75e
commit 773668f510
6 changed files with 35 additions and 9 deletions

View file

@ -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();