Fix missing closing bracket

I somehow broken this in watchdog commit without noticing
This commit is contained in:
Łukasz Mierzwa
2017-04-01 12:06:15 -07:00
parent dac1059f58
commit 0c3ce4d8f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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