mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
web linting
This commit is contained in:
@@ -122,7 +122,7 @@ var msd = new function() {
|
||||
}
|
||||
};
|
||||
|
||||
var __uploadStateChange = function(event) {
|
||||
var __uploadStateChange = function() {
|
||||
if (__upload_http.readyState === 4) {
|
||||
if (__upload_http.status !== 200) {
|
||||
alert("Can't upload image to the Mass Storage Device:", __upload_http.responseText);
|
||||
|
||||
Reference in New Issue
Block a user