#12539 1 sec to 4 sec ok button

This commit is contained in:
Jonathan 2023-12-22 13:12:55 +01:00
parent 6a7eca83df
commit a29452de3d
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ $('table.alert-status-filter #ag_group').change (function () {
$("#system_higher").removeClass('invisible');
setTimeout(() => {
$(".ui-dialog-buttonset").find('button').removeClass('invisible_important');
}, 1000);
}, 4000);
}
});
<?php } ?>