mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add closing bracket to selector (#18723)
GitOrigin-RevId: ca0966efdd7051d703ab3a6a6eaf6f421f6b7cef
This commit is contained in:
parent
af78b914df
commit
5f60158e99
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ document
|
|||
})
|
||||
})
|
||||
|
||||
document.querySelectorAll('[data-ol-contact-form').forEach(el => {
|
||||
document.querySelectorAll('[data-ol-contact-form]').forEach(el => {
|
||||
el.addEventListener('submit', function (e) {
|
||||
const emailValue = document.querySelector(
|
||||
'[data-ol-contact-form-email-input]'
|
||||
|
|
Loading…
Reference in a new issue