From 5733636bf2595762279233d3921cbc9b343439b1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 16 Apr 2017 20:31:47 +0200 Subject: [PATCH] Added todo --- Controller.js | 1 + 1 file changed, 1 insertion(+) 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; }