* 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

@@ -297,4 +297,7 @@
<?php js::set('storyPinYin', (empty($config->isINT) and class_exists('common')) ? common::convert2Pinyin($stories) : array());?>
<?php js::set('testStoryIdList', $testStoryIdList);?>
<?php js::set('projectID', $project->id);?>
<script>
$(function() {parent.$('body.hide-modal-close').removeClass('hide-modal-close'); })
</script>
<?php include '../../common/view/footer.html.php';?>