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 52aa78d commit 6649c20Copy full SHA for 6649c20
spec/_static/javascripts/version_dropdown.js
@@ -68,6 +68,7 @@ async function add_version_dropdown(json_loc, target_loc, text) {
68
* @returns {Promise} promise which resolves upon processing version data
69
*/
70
async function onDone(versions) {
71
+ console.log(versions)
72
const currentURL = window.location.href;
73
let path = currentURL.split(/_site|array_api/)[1];
74
if (path) {
0 commit comments