Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 25, 2024
2 parents 718c89f + a31aa50 commit 3e77892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manual/contents/assets/scripts/main_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ if (existingSelectList == undefined) {
window.parent.location.href = url;
} // end if
else {
const folders = window.location.pathname.split("/");
const folders = window.parent.location.pathname.split("/");
if (folders.length >= 3) {
folders[2] = entry.code;
} // end if
Expand Down

0 comments on commit 3e77892

Please sign in to comment.