devices organisation update, map optimize, bug fix

This commit is contained in:
Ivan
2023-10-06 03:57:23 +03:00
parent c1a4322410
commit d9cef4dac9
10 changed files with 174 additions and 14 deletions

View File

@ -242,7 +242,6 @@
checkboxes.forEach((checkbox) => {
applyFilterAndSearch();
checkbox.addEventListener('change', function() {
document.querySelector('#device-all').checked = false;
applyFilterAndSearch();
const devices = this.parentNode.querySelector('.area-devices');
if (this.checked) {