We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca2b0f commit 5c73a1aCopy full SHA for 5c73a1a
1 file changed
spec/_static/javascripts/version_dropdown.js
@@ -5,6 +5,9 @@ function assign_href( a, url, path ) {
5
if( response.ok ){
6
a.href = url + "/" + path;
7
}
8
+ else {
9
+ a.href = url;
10
+ }
11
}).catch( error => {
12
a.href = url;
13
});
0 commit comments