Skip to content

Commit 6649c20

Browse files
committed
Add debug statement
1 parent 52aa78d commit 6649c20

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
@@ -68,6 +68,7 @@ async function add_version_dropdown(json_loc, target_loc, text) {
6868
* @returns {Promise} promise which resolves upon processing version data
6969
*/
7070
async function onDone(versions) {
71+
console.log(versions)
7172
const currentURL = window.location.href;
7273
let path = currentURL.split(/_site|array_api/)[1];
7374
if (path) {

0 commit comments

Comments
 (0)