ui: fixed unresolved function that might cause some JS issues
This commit is contained in:
parent
265f103144
commit
dae13812b4
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@
|
|||
<ul id="quick" class="main_nav navigation horizontal-list">
|
||||
## notice box for important system messages
|
||||
<li style="display: none">
|
||||
<a class="notice-box" href="#openNotice" onclick="showNoticeBox(); return false">
|
||||
<a class="notice-box" href="#openNotice" onclick="return false">
|
||||
<div class="menulabel-notice" >
|
||||
0
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue