Explorar el Código

Form hide issue fix

Vijayakrishnan hace 3 años
padre
commit
f22affd8bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>