mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-22 18:09:30 +00:00
Update dialog-export-config.html
Orthographic error in file name (Config ->Export configuration)
This commit is contained in:
parent
0fa13846a2
commit
39e187cca4
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
var exportData = JSON.parse(JSON.stringify(data));
|
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;
|
return true;
|
||||||
},
|
},
|
||||||
close: function () {
|
close: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user