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;