mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Fix missing closing bracket
I somehow broken this in watchdog commit without noticing
This commit is contained in:
@@ -130,7 +130,7 @@ var Unsee = (function(params) {
|
||||
Colors.Update(resp['colors']);
|
||||
Alerts.Update(resp);
|
||||
updateCompleted();
|
||||
Watchdog.Pong(moment(resp['timestamp']);
|
||||
Watchdog.Pong(moment(resp['timestamp']));
|
||||
Unsee.WaitForNextReload();
|
||||
if (!Watchdog.IsFatal()) {
|
||||
$(selectors.errors).html('');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user