Temporarily fixed #71 by fixed cell width, rel 7.0 preparations

This commit is contained in:
2017-09-03 23:06:55 +02:00
parent 4edaa0687d
commit fe699c7918
6 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ var Screen = (function () {
// blink attribute
setInterval(function () {
$('#screen').removeClass('blink-hide');
setTimeout(function() {
setTimeout(function () {
$('#screen').addClass('blink-hide');
}, 800); // 200 ms ON
}, 1000);