|
@@ -67,9 +67,7 @@ function processWebuiSettingsJson (settings) {
|
|
|
document.head.appendChild(themeCss);
|
|
document.head.appendChild(themeCss);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (settings.HideNavigation) {
|
|
|
|
|
- document.querySelector('#switcher').display = 'none';
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ document.querySelector('#switcher').hidden = settings.HideNavigation
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
setupSections();
|
|
setupSections();
|