Add more statuses to submission
This commit is contained in:
parent
4ef9e09c6e
commit
9f43e712d0
2 changed files with 7 additions and 4 deletions
|
@ -148,7 +148,6 @@
|
|||
if (status_filter.length && 'status' in message &&
|
||||
status_filter.indexOf(message.status) == -1)
|
||||
return;
|
||||
|
||||
var id = message.id;
|
||||
var row = table.find('div#' + id);
|
||||
if (row.length < 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue