* 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

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;?>

View File

@@ -127,5 +127,9 @@ js::set('defaultOpen', $open);
<?php js::set('searchAB', $lang->searchAB);?>
<?php js::set('searchObjectList', ',' . implode(',', array_keys($lang->searchObjects)) . ',');?>
<?php js::set('searchCommon', $lang->index->search);?>
<?php $config->noHiddenwin = true;?>
<?php include '../../common/view/footer.lite.html.php';?>
<script>
<?php if(isset($pageJS)) echo $pageJS;?>
</script>
</body>
</html>