فهرست منبع

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));
             });