mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
minor ui fixes
This commit is contained in:
@@ -124,10 +124,8 @@ var msd = new function() {
|
||||
if (__upload_http.readyState === 4) {
|
||||
if (__upload_http.status !== 200) {
|
||||
alert("Can't upload image to the Mass Storage Device:", __upload_http.responseText);
|
||||
} else {
|
||||
$("msd-progress").setAttribute("data-label", "Done");
|
||||
$("msd-progress-value").style.width = "100%";
|
||||
}
|
||||
el_input.value = "";
|
||||
__upload_http = null;
|
||||
__applyState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user