mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Ensure that errors div is visible when rendering new error
This commit is contained in:
@@ -26,7 +26,7 @@ var Watchdog = (function() {
|
||||
$('#errors').html(haml.compileHaml('fatal-error')({
|
||||
last_ts: lastTs,
|
||||
seconds_left: fatalCountdown
|
||||
}));
|
||||
})).show();
|
||||
Counter.Unknown();
|
||||
if (!inCountdown) {
|
||||
fatalCountdown = 60;
|
||||
|
||||
Reference in New Issue
Block a user