diff --git a/static/app.js b/static/app.js index d2f1076..6d006ab 100755 --- a/static/app.js +++ b/static/app.js @@ -1790,6 +1790,7 @@ displayFormatBtn.addEventListener("click", () => { topRowText.style.display = "inline"; bottomRowText.style.display = "inline"; secondRow.style.display = "flex"; + displaySavePrompt(); inputScrollSpeedRow.forEach((value) => { value.parentElement.parentElement.style.display = "flex"; }); @@ -1797,6 +1798,7 @@ displayFormatBtn.addEventListener("click", () => { topRowText.style.display = "none"; bottomRowText.style.display = "none"; secondRow.style.display = "none"; + displaySavePrompt(); inputScrollSpeedRow.forEach((value) => { value.parentElement.parentElement.style.display = "none"; });