Skip to content

Commit a6157d0

Browse files
committed
Add print
1 parent 96b426f commit a6157d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/_static/javascripts/version_dropdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function add_version_dropdown(json_loc, target_loc, text) {
2525
var http = new XMLHttpRequest();
2626
http.open('GET', url + "/" + path );
2727
http.onreadystatechange = function() {
28+
console.log('%%%%', this);
2829
if (this.readyState == this.DONE) {
2930
if(this.status != 404 ){
3031
a.href = url + "/" + path;

0 commit comments

Comments
 (0)