Fix this one little stupid bug

This commit is contained in:
luukas 2022-02-27 20:14:14 +02:00
parent 154b99792f
commit 775c4d5c9f

View File

@ -569,7 +569,6 @@
path = event.target.parentElement.getAttribute('data-path'); path = event.target.parentElement.getAttribute('data-path');
console.log("PATH: " + path); console.log("PATH: " + path);
$(function () { $(function () {
serverId = parseInt(serverId);
var uploadHtml = "<div>" + var uploadHtml = "<div>" +
'<form id="upload_file" enctype="multipart/form-data">'+"<label class='upload-area' style='width:100%;text-align:center;' for='files'>" + '<form id="upload_file" enctype="multipart/form-data">'+"<label class='upload-area' style='width:100%;text-align:center;' for='files'>" +
"<input id='files' name='files' type='file' style='display:none;' multiple='true'>" + "<input id='files' name='files' type='file' style='display:none;' multiple='true'>" +