From 606d0fbcec1af14d25bb11661763776163fdac6c Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:22:04 -0700 Subject: [PATCH] update Bible display name --- step-web/src/main/webapp/js/step.util.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js index bdd8860c98..56a4b7abc5 100644 --- a/step-web/src/main/webapp/js/step.util.js +++ b/step-web/src/main/webapp/js/step.util.js @@ -145,7 +145,10 @@ step.util = { for (var i = 0; i < bibleList.length; i++) { var newMsg = ""; if ((typeof freqList[i + offset] === "string") && (freqList[i + offset] !== "")) { - newMsg += "
" + bibleList[i] + ": " + var bibleDisplayName = bibleList[i]; + if (bibleDisplayName === "SBLG_TH") bibleDisplayName = "SBLG"; + if (bibleDisplayName === "LXX_TH") bibleDisplayName = "LXX"; + newMsg += "
" + bibleDisplayName + ": " var freqDetail = freqList[i + offset].split("@"); var bibleName = bibleList[i].split("@")[0]; newMsg += "