diff --git a/step-core/src/main/resources/step.core.properties b/step-core/src/main/resources/step.core.properties index 16b06f7457..ffa6c05a33 100644 --- a/step-core/src/main/resources/step.core.properties +++ b/step-core/src/main/resources/step.core.properties @@ -49,6 +49,7 @@ app.versions.stepPrefix.Geneva1599=Gen app.versions.stepPrefix.Godbey=Godb app.versions.stepPrefix.GodsWord=GodW app.versions.stepPrefix.Jubilee2000=Jub +app.versions.stepPrefix.LSB_sbOnly=LSB app.versions.stepPrefix.LXX_th=LXX app.versions.stepPrefix.LXX2012=LXX2 app.versions.stepPrefix.Leeser=Lees @@ -172,6 +173,8 @@ app.versions.shortName.LBLA=La Biblia de las Am\u00E9ricas 1997 in Spanish app.versions.shortName.LEB=Lexham English Bible 2012 app.versions.shortName.Leeser=Leeser Old Testament 1853 app.versions.shortName.LO=The Living Oracles NT +app.versions.shortName.LSB_sbOnly=Legacy Standard Bible +app.versions.shortName.LSB=Legacy Standard Bible app.versions.shortName.LXX=Septuagint ed Rahlfs from ancient manuscripts 1935 OT app.versions.shortName.Mal1865=Malagasy Bible 1865 in Malagasy app.versions.shortName.ManxGaelic=Manx Gaelic Scripture Portions (Est, Jon, Mat, Luk, Jhn) in Manx diff --git a/step-web/src/main/webapp/js/backbone/views/view_sidebar.js b/step-web/src/main/webapp/js/backbone/views/view_sidebar.js index 5c91ccd3a3..39751548d8 100644 --- a/step-web/src/main/webapp/js/backbone/views/view_sidebar.js +++ b/step-web/src/main/webapp/js/backbone/views/view_sidebar.js @@ -725,7 +725,8 @@ var SidebarView = Backbone.View.extend({ .append(relatedNosToDisplay[i].gloss) .append(step.util.formatSearchResultRange(relatedNosToDisplay[i]._searchResultRange, false)) .data("strongNumber", relatedNosToDisplay[i].strongNumber)); - } ul.append(li); + } + ul.append(li); matchingExpression += relatedNosToDisplay[i].strongNumber + " "; } } diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js index b81e5749f9..abaf90e8a3 100644 --- a/step-web/src/main/webapp/js/step.util.js +++ b/step-web/src/main/webapp/js/step.util.js @@ -1767,21 +1767,18 @@ step.util = { '' + '<% _.each(rows, function(row, i) { %>' + '' + - '"><%= row.strongData.gloss %> ' + + '"><%= row.strongData.gloss %> ' + '(<%= row.strongData.stepTransliteration %> - <%= row.strongData.matchingForm %>)' + - '<%= sprintf("%d×", row.counts.book) %>' + - '<%= sprintf("%d×", row.counts.bible) %>' + + '<%= sprintf("%d×", row.counts.book) %>' + + '<%= sprintf("%d×", row.counts.bible) %>' + '<% }); %>' + '<% if(rows.length % 2 == 1) { %>' + - // The " " in the following line has caused the Chrome browser to run into an infinite loop. This issued was discovered in September 2019. - // ' ' + - // Removed the " " to resolve the Chrome browser issue '' + '<% } %>' + '' + - ''; + ''; var rows = []; // Check step.userLanguageCode and $.getURlvar var urlLang = $.getUrlVar("lang"); diff --git a/step-web/src/main/webapp/start.jsp b/step-web/src/main/webapp/start.jsp index 50f1504ec5..0d3c8f5b60 100644 --- a/step-web/src/main/webapp/start.jsp +++ b/step-web/src/main/webapp/start.jsp @@ -205,12 +205,6 @@ <% } %> - - <% if (!appManager.isLocal()) { %> - - <% } %>