* remove score notice for lite vision, bug #21119.

This commit is contained in:
Wenrui LI
2022-03-25 11:11:10 +08:00
parent 1ea49388a3
commit aed115d5cf
+1 -1
View File
@@ -7,7 +7,7 @@ $.initSidebar();
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='debugwin hidden'></iframe>
<?php if($onlybody != 'yes' and $app->viewType != 'xhtml'):?>
</main><?php /* end '#wrap' in 'header.html.php'. */ ?>
<div id="noticeBox"><?php echo $this->loadModel('score')->getNotice(); ?></div>
<div id="noticeBox"><?php if($config->vision != 'lite') echo $this->loadModel('score')->getNotice(); ?></div>
<script>
<?php $this->app->loadConfig('message');?>
<?php if($config->message->browser->turnon):?>