diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-23 20:10:02 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-23 20:10:02 (GMT) |
commit | bee04ed05c38e333e6971d552e4bf063105b01cd (patch) | |
tree | 2ab70ce72d4d75c1dc0a688b2caf955b516df10e /web-static/upload.html | |
parent | 8f38ca5d38495097ed87b105022da37bfbedede4 (diff) |
improved logging in error case at webupload
Diffstat (limited to 'web-static/upload.html')
-rw-r--r-- | web-static/upload.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-static/upload.html b/web-static/upload.html index 21d1c48..6b0908e 100644 --- a/web-static/upload.html +++ b/web-static/upload.html @@ -25,6 +25,7 @@ <script type="text/javascript"> function upload() { $('#buttonupload').attr('disabled','disabled'); + $('#result').empty(); var command = { type: "POST", |