Skip to content

Commit c1bfe96

Browse files
committed
Fix typo
1 parent 06eb2d9 commit c1bfe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3file/static/s3file/js/s3file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
form.action = submitter.getAttribute('formaction') || form.action
139139
form.method = submitter.getAttribute('formmethod') || form.method
140140
form.enctype = submitter.getAttribute('formEnctype') || form.enctype
141-
form.formnovalidate = submitter.getAttribute('formnovalidate') || form.novalidate
141+
form.novalidate = submitter.getAttribute('formnovalidate') || form.novalidate
142142
form.target = submitter.getAttribute('formtarget') || form.target
143143
// add submit button value to form
144144
var submitInput = document.createElement('input')

0 commit comments

Comments
 (0)