Merge pull request #33 from cloudflare/js-bugfix

Fix missing closing bracket
This commit is contained in:
James O'Gorman
2017-04-01 20:50:48 +01:00
committed by GitHub
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