Skip to content

Commit

Permalink
fix: version select dropdown
Browse files Browse the repository at this point in the history
Ticket: -
Changelog: None
Signed-off-by: Mikita Pilinka <[email protected]>
  • Loading branch information
mineralsfree committed Jan 5, 2024
1 parent ce12f85 commit 67354b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/_assets/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function selectVersion(value) {
window.location = value;
}
};

window.selectVersion = selectVersion;

document.addEventListener("DOMContentLoaded", function () {
fillVersionWrapperSelect('/docs/branches.json')
Expand Down

0 comments on commit 67354b0

Please sign in to comment.