web linting

This commit is contained in:
Devaev Maxim
2018-08-07 19:09:47 +03:00
parent 20f7e2cde6
commit a844e9d152
10 changed files with 85 additions and 34 deletions

View File

@@ -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);