Fixed TimerBar not disappearing with 0 timers #588
This commit is contained in:
@@ -461,7 +461,7 @@ CM.Disp.CreateTimerBar = function() {
|
||||
CM.Disp.TimerBar.id = 'CMTimerBar';
|
||||
CM.Disp.TimerBar.style.position = 'absolute';
|
||||
CM.Disp.TimerBar.style.display = 'none';
|
||||
CM.Disp.TimerBar.style.height = '30px';
|
||||
CM.Disp.TimerBar.style.height = '0px';
|
||||
CM.Disp.TimerBar.style.fontSize = '10px';
|
||||
CM.Disp.TimerBar.style.fontWeight = 'bold';
|
||||
CM.Disp.TimerBar.style.backgroundColor = 'black';
|
||||
|
||||
Reference in New Issue
Block a user