Browse Source

Form hide issue fix

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
f22affd8bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -436,7 +436,7 @@
                 });
 
             addMCInitializer('hide-moes', function() {
-                $('div[moe] form').hide();
+                $('div[moe] form:not([show])').hide();
             });
         });
     </script>