From 62c9ae36bef7d3f762892dc7ff824cfc9d34de5f Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 28 Feb 2022 21:41:19 +0800 Subject: [PATCH] comment off inputanimation --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index b7e0e45..bf8c868 100755 --- a/static/app.js +++ b/static/app.js @@ -1519,7 +1519,7 @@ window.onload = () => { getDispayFormat && (displayFormatDropDown.value = getDispayFormat); selectedDisplayText.innerText = displayFormatDropDown.value; - getInputAnimation && (inputAnimation.value = getInputAnimation); + // getInputAnimation && (inputAnimation.value = getInputAnimation); if (selectedDisplayText.innerText === "Professional two rows") { topRowText.style.display = "inline";