version switch: fix keyboard nav 2 #104747

Open
Tobias Heinke wants to merge 4 commits from Tobias/blender-manual:my into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 03166d82f5 - Show all commits

View File

@ -2,7 +2,7 @@
<ul id="versionwrap" role="presentation">
<li role="presentation">
<span id="version-popover" class="version-btn" tabindex="0" role="button" aria-label="versions selector"
aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
aria-haspopup="true" aria-controls="version-vsnlist">
{{ release }}
</span>
<div class="version-dialog" aria-hidden="true">

View File

@ -58,7 +58,7 @@ init() {
})
.catch(() => {
console.error("Version Switch Error: versions.json could not be loaded.");
this.btn.classList.remove("disabled");
this.btn.classList.add("disabled");
});
} else {
resolve();