mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 15:55:39 +00:00
Fixed spacing
This commit is contained in:
parent
1a3d2b0099
commit
6b52afc198
@ -1596,7 +1596,7 @@ return (function () {
|
|||||||
function getInputValues(elt, verb) {
|
function getInputValues(elt, verb) {
|
||||||
var processed = [];
|
var processed = [];
|
||||||
var values = {};
|
var values = {};
|
||||||
var formValues = {};
|
var formValues = {};
|
||||||
var errors = [];
|
var errors = [];
|
||||||
|
|
||||||
// only validate when form is directly submitted and novalidate is not set
|
// only validate when form is directly submitted and novalidate is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user