mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-16 08:38:40 +00:00
Added todo
This commit is contained in:
parent
9786ec18e5
commit
5733636bf2
|
|
@ -92,6 +92,7 @@
|
||||||
|| document.documentElement.clientWidth
|
|| document.documentElement.clientWidth
|
||||||
|| document.body.clientWidth;
|
|| document.body.clientWidth;
|
||||||
|
|
||||||
|
// todo: still buggy maybe always set true if < 800 and only call this if if >= 800
|
||||||
e.nextElementSibling.checked = width < 800 ? true : false;
|
e.nextElementSibling.checked = width < 800 ? true : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user