Prechádzať zdrojové kódy

pmhx/sochx/shx > comment balloon disappearing on closing custom-item moe

Vijayakrishnan 3 rokov pred
rodič
commit
bb447d544f

+ 1 - 1
resources/views/app/patient/segment-templates/history_social/edit.blade.php

@@ -241,7 +241,7 @@ for ($i = 0; $i < count($fields); $i++) {
                     },
                     cancelCustomItem: function() {
                         hideMoeFormMask();
-                        $('div[moe]').hide();
+                        $('[custom-item-form]').hide();
                         return false;
                     }
                 }

+ 1 - 1
resources/views/app/patient/segment-templates/history_surgical/edit.blade.php

@@ -241,7 +241,7 @@ for ($i = 0; $i < count($fields); $i++) {
                     },
                     cancelCustomItem: function() {
                         hideMoeFormMask();
-                        $('div[moe]').hide();
+                        $('[custom-item-form]').hide();
                         return false;
                     }
                 }

+ 1 - 1
resources/views/app/patient/segment-templates/past_medical_history/edit.blade.php

@@ -271,7 +271,7 @@ for ($i = 0; $i < count($fields); $i++) {
                     },
                     cancelCustomItem: function() {
                         hideMoeFormMask();
-                        $('div[moe]').hide();
+                        $('[custom-item-form]').hide();
                         return false;
                     }
                 }