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 11dbf78 commit 5b1be4cCopy full SHA for 5b1be4c
spec/_static/javascripts/version_dropdown.js
@@ -26,7 +26,6 @@ function add_version_dropdown(json_loc, target_loc, text) {
26
http.open('HEAD', url + "/" + path );
27
http.onreadystatechange = function() {
28
if (this.readyState == this.DONE) {
29
- callback(this.status != 404);
30
if(this.status != 404 ){
31
a.href = url + "/" + path;
32
}
0 commit comments