mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-27 20:58:57 -05:00
Config.html is actually usable
This commit is contained in:
@@ -357,6 +357,8 @@ function saveForm() {
|
||||
});
|
||||
}
|
||||
function cancelForm() {
|
||||
alert("Cancel doesn't work, reload the page to revert your changes");
|
||||
return;
|
||||
ConfigXML.getSections().each(function (section){
|
||||
ConfigXML.getItems(section).each(function (itemId) {
|
||||
var item = ConfigXML.getOption(section,itemId);
|
||||
|
||||
Reference in New Issue
Block a user