소스 검색

Form hide issue fix

Vijayakrishnan 3 년 전
부모
커밋
f22affd8bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>