소스 검색

巡检修改

ellisran 1 주 전
부모
커밋
d6615cb567
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/public/js/change_information.js

+ 3 - 3
app/public/js/change_information.js

@@ -5801,9 +5801,9 @@ $(document).ready(() => {
             }
         });
         $('#change_form textarea').on('keypress', function () {
-            if(window.event.keyCode === 13) {
-                $(this).blur();
-            }
+            // if(window.event.keyCode === 13) {
+            //     $(this).blur();
+            // }
         });
         $('#change_form input[type="text"]').blur(function () {
             let val_name = $(this).attr('name');