codeberg is different ig

This commit is contained in:
Dario48true 2025-02-14 09:25:03 +01:00
parent d801db3867
commit 6a8becba84
11 changed files with 7 additions and 15 deletions

1
disable_form.js Normal file
View file

@ -0,0 +1 @@
document.getElementById("disable_enter").addEventListener("keydown", function(e) { if (e.key === "Enter") { e.preventDefault(); } })