Skip to content

Commit eaa0bea

Browse files
author
Dominic Tubach
committed
Fix typo in disable-button-ajax.js
1 parent 99ee49e commit eaa0bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/disable-buttons-on-ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const buttons = document.querySelectorAll('input[data-ajax-disabled="true"]');
3737
buttons.forEach((button) => {
3838
button.disabled = false;
39-
buttom.removeAttribute('data-ajax-disabled');
39+
button.removeAttribute('data-ajax-disabled');
4040
});
4141

4242
});

0 commit comments

Comments
 (0)