This commit is contained in:
arussac
2025-03-10 17:14:31 +01:00
parent cf4631d4fa
commit cc72defe9e

View File

@@ -102,7 +102,6 @@ async function postNewVideo(project_id, measurements_id, name_video, resolution,
}); });
alert("Video posted successfully:", response); alert("Video posted successfully:", response);
location.reload();
} catch (error) { } catch (error) {
alert("Error posting video:", error); alert("Error posting video:", error);
throw error; throw error;