Skip to content

Commit

Permalink
GH-779 Fixup trigger button
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Dec 23, 2024
1 parent 8397d32 commit 05ee3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amd/src/catquizTestChooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export const init = () => {
submitbutton.classList.remove('hidden');
return;
}
let triggeredButtonField = document.getElementsByName('triggered_button')[0];
triggeredButtonField.value = '';

switch (e.target.dataset.onChangeAction) {
case 'reloadTestForm':
Expand Down

0 comments on commit 05ee3ab

Please sign in to comment.