Skip to content

Commit 131437c

Browse files
fix: remove unused resetFormFields dead code in submit handler
1 parent a36cd27 commit 131437c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

frontend/registration.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,7 @@ <h1 class="page-title">Join the Leaderboard</h1>
560560
}, 800);
561561
}
562562

563-
function resetFormFields() {
564-
execLog.style.display = "none";
565-
fieldsets.forEach((f) => (f.style.display = "block"));
566-
registerBtn.style.display = "inline-block";
567-
}
563+
568564
});
569565
});
570566
</script>

0 commit comments

Comments
 (0)