mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 09:56:00 -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');
|
var div = document.createElement('div');
|
||||||
div.id = ConfigXML.getSectionId(sectionName);
|
div.id = ConfigXML.getSectionId(sectionName);
|
||||||
if (ConfigXML.isAdvancedSection(sectionName)) {
|
if (!Cookie.getVar('show_advanced_config') && ConfigXML.isAdvancedSection(sectionName)) {
|
||||||
div.style.display = 'none';
|
div.style.display = 'none';
|
||||||
}
|
}
|
||||||
div.appendChild(head);
|
div.appendChild(head);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user