diff --git a/public/creator.html b/public/creator.html index e7948f3..6d1012a 100644 --- a/public/creator.html +++ b/public/creator.html @@ -19,7 +19,7 @@ - + diff --git a/public/scripts/creator.js b/public/scripts/creator.js index e5ccb5d..d1894bc 100644 --- a/public/scripts/creator.js +++ b/public/scripts/creator.js @@ -201,8 +201,7 @@ async function handleFormSubmission(event) { // --- Page setup // -------------------------------------------------------------------------------------------------------------------- -function submitForm(event) { - event.preventDefault(); +function submitForm() { showLoadingIndicator(); setTimeout(handleFormSubmission, 2000); } \ No newline at end of file