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 e4db25e commit 52aa78dCopy full SHA for 52aa78d
spec/_static/javascripts/version_dropdown.js
@@ -65,6 +65,7 @@ async function add_version_dropdown(json_loc, target_loc, text) {
65
*
66
* @private
67
* @param {Object} versions - versions object
68
+ * @returns {Promise} promise which resolves upon processing version data
69
*/
70
async function onDone(versions) {
71
const currentURL = window.location.href;
0 commit comments