[Web UI] Changes in labels implementation

This commit is contained in:
ngosang
2015-07-16 01:04:53 +02:00
parent 4ae2f6c33b
commit a9e9a9c835
7 changed files with 161 additions and 166 deletions

View File

@@ -280,7 +280,7 @@ var dynamicTable = new Class({
break;
}
if (labelName == LABELS_ALL && row['full_data'].label.length > 0)
if (labelName == LABELS_ALL)
return true;
if (labelName == LABELS_UNLABELLED && row['full_data'].label.length === 0)