Browse Source

Form hide issue fix

Vijayakrishnan 3 years ago
parent
commit
f22affd8bf
1 changed files with 1 additions and 1 deletions
  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>