Skip to content

Commit 7608e86

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e62e617 commit 7608e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/plugins/openlibrary/js/patron_exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function disableButton(buttonElement) {
1919
export function initPatronExportForms(elems) {
2020
elems.forEach((form) => {
2121
const submitButton = form.querySelector('input[type=submit]')
22-
form.addEventListener("submit", () => {
22+
form.addEventListener('submit', () => {
2323
disableButton(submitButton);
2424
})
2525
})

0 commit comments

Comments
 (0)