Fix typo
This commit is contained in:
parent
2f8588da96
commit
83eb22896e
@ -197,7 +197,7 @@
|
|||||||
massInputForm.removeEventListener('submit', massInputFormSubmitHandler)
|
massInputForm.removeEventListener('submit', massInputFormSubmitHandler)
|
||||||
|
|
||||||
Array.from(element.querySelectorAll('.' + MASS_INPUT_SUBMIT_BUTTON_CLASS)).forEach(function(button) {
|
Array.from(element.querySelectorAll('.' + MASS_INPUT_SUBMIT_BUTTON_CLASS)).forEach(function(button) {
|
||||||
button.removeEventListener('click', submitHandler);
|
button.removeEventListener('click', massInputFormSubmitHandler);
|
||||||
button.classList.remove(MASS_INPUT_SUBMIT_BUTTON_CLASS);
|
button.classList.remove(MASS_INPUT_SUBMIT_BUTTON_CLASS);
|
||||||
button.setAttribute('type', 'submit');
|
button.setAttribute('type', 'submit');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user