mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#12539 1 sec to 4 sec ok button
This commit is contained in:
parent
6a7eca83df
commit
a29452de3d
@ -647,7 +647,7 @@ $('table.alert-status-filter #ag_group').change (function () {
|
|||||||
$("#system_higher").removeClass('invisible');
|
$("#system_higher").removeClass('invisible');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
$(".ui-dialog-buttonset").find('button').removeClass('invisible_important');
|
$(".ui-dialog-buttonset").find('button').removeClass('invisible_important');
|
||||||
}, 1000);
|
}, 4000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user