ting.yin 6 年之前
父節點
當前提交
3606fb998a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/markerCreate.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/markerCreate.jsp

@@ -8,7 +8,7 @@
 	<script type="text/javascript">
 		$(document).ready(function() {
 			$('#btnSubmit').click(function(){
-				return $.isNumeric($('#count-input').val()) && $('#password-input').val().length>0;
+				return $.isNumeric($('#count-input').val()) ;
 			});
 			$("#hide").hide();
 			$('#subjectCode').change(function(){