mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 07:48:41 +00:00
Fix phpstorm inspections
This commit is contained in:
parent
3fff28b3d1
commit
a293ef56dc
|
|
@ -92,7 +92,7 @@
|
||||||
|| document.body.clientWidth;
|
|| document.body.clientWidth;
|
||||||
|
|
||||||
// todo: still buggy maybe always set true if < 800 and only call this if if >= 800
|
// 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;
|
e.scrollTop = this.navigation[e.id].getScrollPosition().y;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user