From cc72defe9ee30549e81b55289d7d8690f70aafff Mon Sep 17 00:00:00 2001 From: arussac Date: Mon, 10 Mar 2025 17:14:31 +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/utilities/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/utilities/routes.js b/js/utilities/routes.js index 73a3aa5..abf9219 100644 --- a/js/utilities/routes.js +++ b/js/utilities/routes.js @@ -102,7 +102,6 @@ async function postNewVideo(project_id, measurements_id, name_video, resolution, }); alert("Video posted successfully:", response); - location.reload(); } catch (error) { alert("Error posting video:", error); throw error;