Fix phpstorm inspections

This commit is contained in:
Dennis Eichhorn 2017-11-19 23:20:11 +01:00
parent 3fff28b3d1
commit a293ef56dc

View File

@ -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;