* Adjust the style.

This commit is contained in:
holan20180123
2021-01-20 16:21:57 +08:00
parent 0385ff70c1
commit aff132b1b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -297,6 +297,6 @@
<?php js::set('testStoryIdList', $testStoryIdList);?>
<?php js::set('projectID', $project->id);?>
<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';?>