瀏覽代碼

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>