Ver código fonte

Remove duplicate - from negative production trends

Neal Wilson 7 anos atrás
pai
commit
74516b5523
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      config/Windows/navigation.xml

+ 1
- 1
config/Windows/navigation.xml Ver arquivo

@@ -781,7 +781,7 @@
781 781
             if(difference > 0) {
782 782
                 retval = "+";
783 783
             } else if(difference < 0) {
784
-                retval = "-";
784
+                retval = "";
785 785
             }
786 786
             retval += ((difference/Number(previous)) * 100).toFixed(1);
787 787
             retval += "%";

Carregando…
Cancelar
Salvar