Преглед на файлове

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