소스 검색

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

Loading…
취소
저장