Config.html is actually usable

This commit is contained in:
Anders Betnér
2006-05-22 22:26:19 +00:00
parent dbf2359c89
commit 510fbde5b8
2 changed files with 3 additions and 1 deletions

View File

@@ -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);