forked from ilot/ilot-io
footer: nullify enter key
This commit is contained in:
parent
7ef8410cfc
commit
f9e83086a3
4 changed files with 79 additions and 11 deletions
32
footer.pot
32
footer.pot
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2024-10-09 18:45-0400\n"
|
||||
"POT-Creation-Date: 2025-03-13 17:34-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -76,6 +76,14 @@ msgstr ""
|
|||
msgid "Subscribe to our [[newsletter|https://notif.ilot.io/archive]]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><script>
|
||||
msgid ""
|
||||
"document.addEventListener('keydown', function (event) { if (event.keyCode "
|
||||
"=== 13 && event.target.nodeName === 'INPUT') { var form = event.target.form; "
|
||||
"var index = Array.prototype.indexOf.call(form, event.target); "
|
||||
"form.elements[index + 1].focus(); event.preventDefault(); } });"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form>
|
||||
msgid ""
|
||||
"<input type=\"hidden\" name=\"nonce\" /> <input id=\"9c490\" type=\"hidden\" "
|
||||
|
@ -90,6 +98,24 @@ msgstr ""
|
|||
|
||||
#. type: Content of: <p><div><div><div><form>
|
||||
msgid ""
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" "
|
||||
"type=\"submit\">Subscribe</button>"
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" type=\"button\" "
|
||||
"data-bs-toggle=\"modal\" "
|
||||
"data-bs-target=\"#hcaptchamodal\">Subscribe</button>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div><h5>
|
||||
msgid "Are you a robot?"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div>
|
||||
msgid ""
|
||||
"<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" "
|
||||
"aria-label=\"Close\"></button>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div>
|
||||
msgid ""
|
||||
"<button type=\"button\" class=\"btn btn-secondary\" "
|
||||
"data-bs-dismiss=\"modal\">Close</button> <button aria-label=\"Subscribe\" "
|
||||
"class=\"btn\" type=\"submit\">Subscribe</button>"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue