Skip to content

Commit

Permalink
Merge pull request #192 from YoYoGames/develop.gurpreet
Browse files Browse the repository at this point in the history
docs(general): potential fix for context view language switcher clicks
  • Loading branch information
gurpreetsinghmatharoo authored Oct 25, 2024
2 parents 6dc0c8c + 8d4c795 commit a31aa50
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 @@ -2681,7 +2681,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 a31aa50

Please # to comment.