* Finish task #9002.

This commit is contained in:
holan20180123
2021-01-15 11:13:01 +08:00
parent e9590214b3
commit a8bf48d3c8
3 changed files with 9 additions and 0 deletions

View File

@@ -313,4 +313,7 @@ js::set('isStepsTemplate', $isStepsTemplate);
</div>
</div>
<?php js::set('bugModule', $lang->bug->module);?>
<script>
$(function() {parent.$('body.hide-modal-close').removeClass('hide-modal-close'); })
</script>
<?php include '../../common/view/footer.html.php';?>