diff --git a/static/app.js b/static/app.js index 8b29c77..2fe1e7a 100755 --- a/static/app.js +++ b/static/app.js @@ -1423,7 +1423,7 @@ let bottomRowText = document.querySelector("#bottom-row-text"); displayFormatBtn.addEventListener("click", () => { selectedDisplayText.innerText = displayFormatDropDown.value; localStorage.setItem("displayFormat", displayFormatDropDown.value); - if (selectedDisplayText.innerText === "Professional two rows") { + if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; bottomRowText.style.display = "inline"; secondRow.style.display = "flex"; @@ -1442,7 +1442,7 @@ displayFormatBtn.addEventListener("click", () => { // if selected display text = Professional two rows -if (selectedDisplayText.innerText === "Professional two rows") { +if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; } @@ -1533,7 +1533,7 @@ window.onload = () => { // getInputAnimation && (inputAnimation.value = getInputAnimation); - if (selectedDisplayText.innerText === "Professional two rows") { + if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; bottomRowText.style.display = "inline"; secondRow.style.display = "flex";