pages/site/path.js
2024-09-25 09:43:28 +02:00

1 line
167 B
JavaScript

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