This commit is contained in:
Dario48true 2025-02-19 10:02:38 +01:00
parent 20b76c8c87
commit d69fea51b9
6 changed files with 62 additions and 43 deletions

View file

@ -1 +1 @@
document.getElementById("path").addEventListener("keydown", function(e) { if (e.key === "Enter") { window.location.href = window.location.origin + e.target.value } })
document.getElementsByClassName("path").addEventListener("keydown", function(e) { if (e.key === "Enter") { window.location.href = window.location.origin + e.target.value } })