ソースを参照

Remove duplicate - from negative production trends

Neal Wilson 7年前
コミット
74516b5523
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      config/Windows/navigation.xml

+ 1
- 1
config/Windows/navigation.xml ファイルの表示

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

読み込み中…
キャンセル
保存