* Finish task #8449.

This commit is contained in:
holan20180123
2020-11-23 16:13:49 +08:00
parent 6d5c727a66
commit eabbb2fd3f
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -41,5 +41,6 @@ include '../../common/view/chosen.html.php';
</div>
</form>
<?php js::set('blockID', $blockID);?>
<?php js::set('of', $lang->block->of);?>
<?php if(!empty($module)) js::set('module', $module);?>
<?php if(isset($pageJS)) js::execute($pageJS);?>