Skip to content

Commit

Permalink
Change from | to @
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Nov 2, 2024
1 parent 6a55484 commit 10dd0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/backbone/views/view_sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ var SidebarView = Backbone.View.extend({
if (i == 1) searchJoins = "srchJoin=(1o2";
else searchJoins += "o" + (i+1);
}
if (allStrongs.length > 1) currentSearch = searchJoins + ")|" + currentSearch;
if (allStrongs.length > 1) currentSearch = searchJoins + ")" + URL_SEPARATOR + currentSearch;
step.router.navigatePreserveVersions(currentSearch, false, true, true);
step.util.closeModal("showLongAlertModal");
return false;
Expand Down

0 comments on commit 10dd0e2

Please sign in to comment.