We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21471d5 commit 4529b80Copy full SHA for 4529b80
1 file changed
version-selector.js
@@ -44,7 +44,7 @@ document.addEventListener("DOMContentLoaded", function () {
44
45
// Insert at the top of the sidebar
46
const sidebar = document.querySelector("div.sidebar-scroll");
47
- sidebar.insertBefore(container, sidebar.children[0]);
+ sidebar.appendChild(container, sidebar.children[0]);
48
})
49
.catch(error => {
50
console.error("Version selector error:", error);
0 commit comments