codeberg is different ig
This commit is contained in:
parent
d801db3867
commit
6a8becba84
11 changed files with 7 additions and 15 deletions
1
disable_form.js
Normal file
1
disable_form.js
Normal file
|
@ -0,0 +1 @@
|
|||
document.getElementById("disable_enter").addEventListener("keydown", function(e) { if (e.key === "Enter") { e.preventDefault(); } })
|
Loading…
Add table
Add a link
Reference in a new issue