UI - Also uncheck 'check all' checkbox for group operations in realtime mode

This commit is contained in:
dgtlmoon
2025-06-03 14:56:31 +02:00
parent 30e84f1030
commit 7f0c19c61c

View File

@@ -33,6 +33,7 @@ $(document).ready(function () {
extra_data: $('#op_extradata').val() // Set by the alert() handler
});
$('input[name="uuids"]:checked').prop('checked', false);
$('#check-all:checked').prop('checked', false);
return false;
});