@@ -436,7 +436,7 @@
});
addMCInitializer('hide-moes', function() {
- $('div[moe] form').hide();
+ $('div[moe] form:not([show])').hide();
</script>