mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Fixed #174 advanced config page sometimes borked
This commit is contained in:
parent
7604863276
commit
05d3f55cb1
@ -181,7 +181,7 @@ var Config ={
|
||||
});
|
||||
var div = document.createElement('div');
|
||||
div.id = ConfigXML.getSectionId(sectionName);
|
||||
if (ConfigXML.isAdvancedSection(sectionName)) {
|
||||
if (!Cookie.getVar('show_advanced_config') && ConfigXML.isAdvancedSection(sectionName)) {
|
||||
div.style.display = 'none';
|
||||
}
|
||||
div.appendChild(head);
|
||||
|
Loading…
x
Reference in New Issue
Block a user