From 9e3690b8ec9edd6cea7490b6dbaddfaa326de5d8 Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:06:06 -0700 Subject: [PATCH] Add a semicolon --- step-web/src/main/webapp/js/search_selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index cea473a827..82afb32795 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -2407,7 +2407,7 @@ step.searchSelect = { else if (typeof searchType !== "undefined") currentSearch = URL_SEPARATOR + searchType + '=' + searchWord; var joins = ""; if (previousJoinString !== "") { - joins = URL_SEPARATOR + "srchJoin=" + joins = URL_SEPARATOR + "srchJoin="; if (currentSearch === "") joins += previousJoinString; else if (numOfSearches > 1) { if (searchJoinsForMultipleStrongs === "") joins += previousJoinString + currentJoin + numOfSearches;