Pylint updates

This commit is contained in:
Horilla
2025-03-21 14:29:13 +05:30
parent 46607e65e9
commit 77f4a76103
17 changed files with 23 additions and 27 deletions

View File

@@ -398,4 +398,5 @@
if (!localStorageroratingShiftCells) {
$("#roratingShiftCells").find("[type=checkbox]").prop("checked", true);
}
$("[type=checkbox]").change();
</script>

View File

@@ -399,4 +399,5 @@
if (!localStorageroratingWorkTypeCells) {
$("#roratingWorkTypeCells").find("[type=checkbox]").prop("checked", true);
}
$("[type=checkbox]").change();
</script>

View File

@@ -427,4 +427,5 @@
if (!localStorageWorkTypeReqCells) {
$("#workTypeRequestCells").find("[type=checkbox]").prop("checked", true);
}
</script>
$("[type=checkbox]").change();
</script>