in src/frontend/www/js/main.js [158:163]
function catchEnter(e){ if (e.key === "Enter") { e.preventDefault(); e.target.blur(); } }