* finish task #7278.

This commit is contained in:
z
2020-06-19 16:43:08 +08:00
parent 848456fd41
commit 5907a27f8f

View File

@@ -865,6 +865,13 @@ class commonModel extends model
</div>
</div>
</div>
<script>
$(function()
{
\$body = $('body', window.parent.document);
if(\$body.hasClass('hide-modal-close')) \$body.removeClass('hide-modal-close');
});
</script>
EOD;
}