Merge pull request #408 from vodek3/patch-1

Update dialog-export-config.html
This commit is contained in:
栽培者 2020-05-24 16:44:20 +08:00 committed by GitHub
commit d9c81a0c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@
var exportData = JSON.parse(JSON.stringify(data));
saveFileAs("tr-web-contorl-config.json", JSON.stringify(exportData));
saveFileAs("tr-web-control-config.json", JSON.stringify(exportData));
return true;
},
close: function () {
@ -99,4 +99,4 @@
};
page.init();
})($("#dialog-export-config"));
</script>
</script>