Linter fixes

This commit is contained in:
Mouse Reeve 2021-09-12 11:48:25 -07:00
parent a13d3317c6
commit ccdfaa3187

View file

@ -71,7 +71,9 @@ let StatusCache = new class {
if (!trigger) {
trigger = event.currentTarget.querySelector("button[type=submit]");
}
// this allows the form to submit in the old fashioned way if there's a problem
// This allows the form to submit in the old fashioned way if there's a problem
if (!trigger || !form) {
return;
}