This commit is contained in:
Sebastien
2020-02-19 08:03:12 -05:00
3 changed files with 15 additions and 19 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) {