Added todo

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:31:47 +02:00
parent 9786ec18e5
commit 5733636bf2

View File

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