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 bac4929 commit 9c02495Copy full SHA for 9c02495
spec/_static/javascripts/version_dropdown.js
@@ -1,6 +1,5 @@
1
function assign_href( a, url, path ) {
2
- const r = fetch( url + "/" + path );
3
- r.then( response => {
+ fetch( url + "/" + path ).then( response => {
4
if( response.ok ){
5
a.href = url + "/" + path;
6
}
0 commit comments