summaryrefslogtreecommitdiff
path: root/kvmd/web/js/msd.js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-07 19:09:47 +0300
committerDevaev Maxim <[email protected]>2018-08-07 19:09:47 +0300
commita844e9d152b67e0f2aa344992f02397144394a6d (patch)
treed745599bece9eae126f636d2aba5f568f31714d8 /kvmd/web/js/msd.js
parent20f7e2cde675fe7c3bddbf62328ebe9a11d96e13 (diff)
web linting
Diffstat (limited to 'kvmd/web/js/msd.js')
-rw-r--r--kvmd/web/js/msd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/js/msd.js b/kvmd/web/js/msd.js
index 23dcbf58..05671f7b 100644
--- a/kvmd/web/js/msd.js
+++ b/kvmd/web/js/msd.js
@@ -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);