* finish task #37534.

This commit is contained in:
wangyidong
2021-04-15 09:43:12 +08:00
parent 7f83505e7a
commit dbd5cef729
2 changed files with 6 additions and 4 deletions
-2
View File
@@ -1,7 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php if(empty($config->noHiddenwin)):?>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='debugwin hidden'></iframe>
<?php endif;?>
<?php if($this->loadModel('cron')->runable()) js::execute('startCron()');?>
<script>
<?php if(isset($pageJS)) echo $pageJS;?>