Vijayakrishnan 3 жил өмнө
parent
commit
f22affd8bf

+ 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>