mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fix
This commit is contained in:
@@ -317,7 +317,7 @@ export function Msd() {
|
||||
let el = $("msd-image-selector");
|
||||
|
||||
if (el.options.length === 0) {
|
||||
el.options[0] = new Option("< Not selected >", "", false, false);
|
||||
el.options[0] = new Option("~ Not selected ~", "", false, false);
|
||||
} else {
|
||||
el.options.length = 1; // Cleanup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user