diff --git a/scripts/upload.js b/scripts/upload.js index 1f11acd..1b65ad8 100644 --- a/scripts/upload.js +++ b/scripts/upload.js @@ -23,7 +23,7 @@ function upload(file,exp,maxdl) { // Links response xhr.onload = () => { - entry.innerHTML = '' + xhr.responseText + ''; + entry.innerHTML = '' + xhr.responseText + ''; }; // create and send the request