mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-25 06:48:39 +00:00
Fix phpstorm inspections
This commit is contained in:
parent
3fff28b3d1
commit
a293ef56dc
|
|
@ -92,7 +92,7 @@
|
|||
|| 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;
|
||||
}
|
||||
|
||||
e.scrollTop = this.navigation[e.id].getScrollPosition().y;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user