update sequence nav to use new ui-sequence-nav component
This commit is contained in:
+10
-1
@@ -57,6 +57,7 @@
|
||||
let gematriaCipherEl, gematriaInputEl, gematriaResultEl, gematriaBreakdownEl;
|
||||
let gematriaModeEls, gematriaMatchesEl, gematriaInputLabelEl, gematriaCipherLabelEl;
|
||||
let gematriaReverseCiphersEl, gematriaReverseCipherHintEl;
|
||||
let gematriaKeyboardEl, gematriaKeyboardScriptEl, gematriaKeyboardGridEl, gematriaKeyboardActionsEl;
|
||||
|
||||
function getElements() {
|
||||
alphabetLettersSectionEl = document.getElementById("alphabet-letters-section");
|
||||
@@ -88,6 +89,10 @@
|
||||
gematriaCipherLabelEl = document.getElementById("alpha-gematria-cipher-label");
|
||||
gematriaReverseCiphersEl = document.getElementById("alpha-gematria-reverse-ciphers");
|
||||
gematriaReverseCipherHintEl = document.getElementById("alpha-gematria-reverse-cipher-hint");
|
||||
gematriaKeyboardEl = document.getElementById("alpha-gematria-keyboard");
|
||||
gematriaKeyboardScriptEl = document.getElementById("alpha-gematria-keyboard-script");
|
||||
gematriaKeyboardGridEl = document.getElementById("alpha-gematria-keyboard-grid");
|
||||
gematriaKeyboardActionsEl = document.getElementById("alpha-gematria-keyboard-actions");
|
||||
}
|
||||
|
||||
function getGematriaElements() {
|
||||
@@ -102,7 +107,11 @@
|
||||
inputLabelEl: gematriaInputLabelEl,
|
||||
cipherLabelEl: gematriaCipherLabelEl,
|
||||
reverseCiphersEl: gematriaReverseCiphersEl,
|
||||
reverseCipherHintEl: gematriaReverseCipherHintEl
|
||||
reverseCipherHintEl: gematriaReverseCipherHintEl,
|
||||
keyboardEl: gematriaKeyboardEl,
|
||||
keyboardScriptEl: gematriaKeyboardScriptEl,
|
||||
keyboardGridEl: gematriaKeyboardGridEl,
|
||||
keyboardActionsEl: gematriaKeyboardActionsEl
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user