kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Also uncheck 'check all' checkbox for group operations in realtime mode
rodzic
30e84f1030
commit
7f0c19c61c
|
@ -33,6 +33,7 @@ $(document).ready(function () {
|
||||||
extra_data: $('#op_extradata').val() // Set by the alert() handler
|
extra_data: $('#op_extradata').val() // Set by the alert() handler
|
||||||
});
|
});
|
||||||
$('input[name="uuids"]:checked').prop('checked', false);
|
$('input[name="uuids"]:checked').prop('checked', false);
|
||||||
|
$('#check-all:checked').prop('checked', false);
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue