Skip to content

Commit 1c32d2e

Browse files
committed
Fix function name
1 parent 3350625 commit 1c32d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/_static/javascripts/version_dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function add_version_dropdown(json_loc, target_loc, text) {
130130
*
131131
* @private
132132
*/
133-
function onFail() {
133+
function onError() {
134134
button.innerHTML = "Other Versions Not Found";
135135

136136
// Append dropdown:

0 commit comments

Comments
 (0)