Parcourir la source

Remove duplicate - from negative production trends

Neal Wilson il y a 7 ans
Parent
révision
74516b5523
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      config/Windows/navigation.xml

+ 1
- 1
config/Windows/navigation.xml Voir le fichier

@@ -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 += "%";

Chargement…
Annuler
Enregistrer