We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62e617 commit 7608e86Copy full SHA for 7608e86
openlibrary/plugins/openlibrary/js/patron_exports.js
@@ -19,7 +19,7 @@ function disableButton(buttonElement) {
19
export function initPatronExportForms(elems) {
20
elems.forEach((form) => {
21
const submitButton = form.querySelector('input[type=submit]')
22
- form.addEventListener("submit", () => {
+ form.addEventListener('submit', () => {
23
disableButton(submitButton);
24
})
25
0 commit comments