summaryrefslogtreecommitdiff
path: root/kvmd/web/js/msd.js
diff options
context:
space:
mode:
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);