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 96b426f commit a6157d0Copy full SHA for a6157d0
spec/_static/javascripts/version_dropdown.js
@@ -25,6 +25,7 @@ function add_version_dropdown(json_loc, target_loc, text) {
25
var http = new XMLHttpRequest();
26
http.open('GET', url + "/" + path );
27
http.onreadystatechange = function() {
28
+ console.log('%%%%', this);
29
if (this.readyState == this.DONE) {
30
if(this.status != 404 ){
31
a.href = url + "/" + path;
0 commit comments