mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
a fix
This commit is contained in:
parent
b8ddf7c2da
commit
666f0b694a
@ -331,7 +331,7 @@ export function Msd() {
|
|||||||
if (tools.radio.getValue("file-mode-radio") == "1"){
|
if (tools.radio.getValue("file-mode-radio") == "1"){
|
||||||
prefix = encodeURIComponent($("msd-new-part-selector").value);
|
prefix = encodeURIComponent($("msd-new-part-selector").value);
|
||||||
}else{
|
}else{
|
||||||
prefix = "NormalFiles";
|
prefix = __state.storage.filespath;
|
||||||
}
|
}
|
||||||
if (file) {
|
if (file) {
|
||||||
let image = encodeURIComponent(file.name);
|
let image = encodeURIComponent(file.name);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user