소스 검색

Enable auto-save for asessment v2

Vijayakrishnan 4 년 전
부모
커밋
f160c7ea32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/note/section_script.blade.php

+ 1 - 1
resources/views/app/patient/note/section_script.blade.php

@@ -60,7 +60,7 @@
             });
 
             // [name="data"] change listener
-            $('.note-section input[name="data"]').each(function() {
+            $('.note-section input[name="data"], .note-section input[name="items"]').each(function() {
                 initChangeListener($(this));
             });