mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
fix #225
This commit is contained in:
parent
790d85a88a
commit
7a402ec0e0
@ -123,7 +123,7 @@ if(isset($config['boxes']))
|
||||
document.getElementById("submenu_"+activeSubmenuItem).style.color = "white";
|
||||
document.getElementById("ActiveSubmenuItemIcon_"+activeSubmenuItem).style.visibility = "visible";
|
||||
menus = localStorage.getItem('menus');
|
||||
if(menus.lastIndexOf("&") === -1) {
|
||||
if(menus == null || menus.lastIndexOf("&") === -1) {
|
||||
menus = "news=1&account=0&community=0&library=0&forum=0<?php if (setting('core.gifts_system')) echo '&shops=0'; ?>&";
|
||||
}
|
||||
FillMenuArray();
|
||||
|
Loading…
x
Reference in New Issue
Block a user