summaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/symbols.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js
index b1745abf0..cc38cacfc 100644
--- a/interface/js/app/symbols.js
+++ b/interface/js/app/symbols.js
@@ -97,7 +97,7 @@ function($) {
var label_class = '';
if (item.weight < 0) {
label_class = 'scorebar-ham';
- } else {
+ } else if (item.weight > 0) {
label_class = 'scorebar-spam';
}
item.weight = '<input class="form-control input-sm mb-disabled ' + label_class +