From cf4631d4fa48e9188999889982582bbdc069504e Mon Sep 17 00:00:00 2001 From: arussac Date: Mon, 10 Mar 2025 17:13:30 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/projet_detail.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/projet_detail.js b/js/projet_detail.js index 6cf46d4..40d3d26 100644 --- a/js/projet_detail.js +++ b/js/projet_detail.js @@ -163,9 +163,7 @@ document.addEventListener("DOMContentLoaded", async () => { alert('Nouvelle vidéo enregistrée :\nNom : ' + nameVideo + '\nRésolution : ' + videoResolution + '\nDurée : ' + videoDuration + ' secondes'); - }).then((data)=>{ - console.log(data); - console.log(" ") + }).then(()=>{ getDataProjectVideosFromApi(projectId).then((data)=>{ idVideo = data[data.length-1].id console.log(idVideo)