Temporarily fixed #71 by fixed cell width, rel 7.0 preparations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user