Skip to content

Commit

Permalink
Reload the queue data when an incident is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Aug 13, 2016
1 parent fb2a997 commit c7fbe38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ims/element/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ function subscribeToUpdates() {
var json = JSON.parse(jsonText);
var number = json["incident_number"];

console.log("Got event update: " + number)
console.log("Got event update: " + number);
dispatchQueueTable.ajax.reload();
}, true);
}

Expand Down

0 comments on commit c7fbe38

Please sign in to comment.