* Fix feedback #1403 .

This commit is contained in:
chaideqing
2022-11-30 21:07:12 +08:00
parent 9fcb9099a7
commit bf3e8e33b3
9 changed files with 31 additions and 3 deletions
@@ -231,4 +231,5 @@ js::set('priv',
<?php js::set('orderBy', $storyOrder);?>
<?php js::set('defaultMinColWidth', $this->config->minColWidth);?>
<?php js::set('defaultMaxColWidth', $this->config->maxColWidth);?>
<?php js::set('iconTeam', $lang->execution->iconTeam);?>
<?php include '../../common/view/footer.html.php';?>