Add more statuses to submission

This commit is contained in:
cuom1999 2022-05-30 18:23:31 -05:00
parent 4ef9e09c6e
commit 9f43e712d0
2 changed files with 7 additions and 4 deletions

View file

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