mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo submited → submitted [ci skip]
This commit is contained in:
parent
7195455561
commit
6a409f7341
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ asyncTest('changing a select option without "data-url" attribute still fires aja
|
|||
setTimeout(function() { start() }, 20)
|
||||
})
|
||||
|
||||
asyncTest('inputs inside disabled fieldset are not submited on remote forms', 3, function() {
|
||||
asyncTest('inputs inside disabled fieldset are not submitted on remote forms', 3, function() {
|
||||
$('form')
|
||||
.append('<fieldset>\
|
||||
<input name="description" value="A wise man" />\
|
||||
|
|
Loading…
Reference in a new issue