* Adjust the style.

This commit is contained in:
holan20180123
2021-01-20 11:22:01 +08:00
parent 0379c68c9e
commit f7426ed013
+1 -1
View File
@@ -314,6 +314,6 @@ js::set('isStepsTemplate', $isStepsTemplate);
</div>
<?php js::set('bugModule', $lang->bug->module);?>
<script>
$(function() {parent.$('body.hide-modal-close').removeClass('hide-modal-close'); })
$(function(){parent.$('body.hide-modal-close').removeClass('hide-modal-close');})
</script>
<?php include '../../common/view/footer.html.php';?>