Skip to content

Commit

Permalink
Merge pull request #3172 from mineralsfree/version-select-fix
Browse files Browse the repository at this point in the history
fix: version select dropdown
  • Loading branch information
olehermanse authored Jan 5, 2024
2 parents ce12f85 + 67354b0 commit 8fc3f7c
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 8fc3f7c

Please sign in to comment.