Эх сурвалжийг харах

Enable auto-save for asessment v2

Vijayakrishnan 4 жил өмнө
parent
commit
f160c7ea32

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