mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix submit event error
This commit is contained in:
parent
cb0a39f59a
commit
e469529369
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/setup.html
vendored
2
src/ui/templates/setup.html
vendored
|
|
@ -575,7 +575,7 @@
|
|||
});
|
||||
|
||||
// Avoid reload on newsletter submit
|
||||
this.newsForm.addEventListener('submit' (e) => {
|
||||
this.newsForm.addEventListener('submit', (e) => {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue