diff --git a/Controller.js b/Controller.js index f0afae7..acf420c 100644 --- a/Controller.js +++ b/Controller.js @@ -92,6 +92,7 @@ || document.documentElement.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; }