From e66955cabe830f68b73c947d26ddb92da770ed96 Mon Sep 17 00:00:00 2001 From: Breizh Date: Sun, 6 Jun 2021 14:43:27 +0200 Subject: [PATCH] =?UTF-8?q?Ouvre=20les=20liens=20dans=20un=20nouvel=20ongl?= =?UTF-8?q?et=20sur=20la=20page=20d=E2=80=99accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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