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