tweak FW upload UI

This commit is contained in:
Christian Herzog
2020-02-16 19:42:48 +01:00
parent c9fab19ce8
commit 0809a6e70c
3 changed files with 9 additions and 13 deletions

View File

@@ -368,7 +368,6 @@ $(document).ready(function(){
console.log('sent config JSON with data:', JSON.stringify(data));
});
$("#fwUpload").on("click", function() {
var upload_path = "/flash.json";
var fileInput = document.getElementById("flashfilename").files;
if (fileInput.length == 0) {