ting.yin 5 년 전
부모
커밋
d88260a8b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stmms-web/src/main/webapp/static/mark-new/js/modules/mark-board.js

+ 1 - 1
stmms-web/src/main/webapp/static/mark-new/js/modules/mark-board.js

@@ -253,7 +253,7 @@ MarkBoard.prototype.initByTask = function(task) {
 
 MarkBoard.prototype.onDecimalInput = function() {
     var score = this.currentStep.score;
-    if (this.currentStep.interval < 1 && !score.endWith('.')) {
+    if ( !score.endWith('.')) {
         score = score + '.';
     }
     this.currentStep.score = score;