We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eb2d9 commit c1bfe96Copy full SHA for c1bfe96
s3file/static/s3file/js/s3file.js
@@ -138,7 +138,7 @@
138
form.action = submitter.getAttribute('formaction') || form.action
139
form.method = submitter.getAttribute('formmethod') || form.method
140
form.enctype = submitter.getAttribute('formEnctype') || form.enctype
141
- form.formnovalidate = submitter.getAttribute('formnovalidate') || form.novalidate
+ form.novalidate = submitter.getAttribute('formnovalidate') || form.novalidate
142
form.target = submitter.getAttribute('formtarget') || form.target
143
// add submit button value to form
144
var submitInput = document.createElement('input')
0 commit comments