We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487fc3a commit 44b35f6Copy full SHA for 44b35f6
spec/_static/javascripts/version_dropdown.js
@@ -1,6 +1,6 @@
1
function assign_href(a, url, path) {
2
fetch(url + "/" + path).then(response => {
3
- if (response.ok){
+ if (response.ok) {
4
a.href = url + "/" + path;
5
} else {
6
a.href = url + "/index.html";
0 commit comments