ting.yin il y a 6 ans
Parent
commit
3606fb998a

+ 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(){