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 e21b169 commit 39d16dbCopy full SHA for 39d16db
spec/_static/javascripts/version_dropdown.js
@@ -9,6 +9,8 @@
9
async function href(url, path) {
10
const defaultURL = url + "/index.html";
11
url += "/" + path;
12
+
13
+ // If a versioned resource exists, return the resource's URL; otherwise, return a default URL:
14
await fetch(url).then(onResponse).catch(onError);
15
16
/**
0 commit comments