Skip to content

Commit 9ea6bfc

Browse files
fix: remove unused resetFormFields dead code in submit handler (#94)
* fix: remove unused resetFormFields dead code in submit handler * style: auto-format code with Prettier (/format) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 760d6dd commit 9ea6bfc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

frontend/registration.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -559,12 +559,6 @@ <h1 class="page-title">Join the Leaderboard</h1>
559559
);
560560
}, 800);
561561
}
562-
563-
function resetFormFields() {
564-
execLog.style.display = "none";
565-
fieldsets.forEach((f) => (f.style.display = "block"));
566-
registerBtn.style.display = "inline-block";
567-
}
568562
});
569563
});
570564
</script>

0 commit comments

Comments
 (0)