File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 122
122
data . push ( button ) ;
123
123
element . data ( 'ujs:submit-button' , null ) ;
124
124
}
125
- element . data ( 'ujs:submit-button-formmethod' , null )
126
- element . data ( 'ujs:submit-button-formaction' , null )
125
+ element . data ( 'ujs:submit-button-formmethod' , null ) ;
126
+ element . data ( 'ujs:submit-button-formaction' , null ) ;
127
127
} else if ( element . is ( rails . inputChangeSelector ) ) {
128
128
method = element . data ( 'method' ) ;
129
129
url = element . data ( 'url' ) ;
514
514
515
515
// Save attributes from button
516
516
form . data ( 'ujs:formnovalidate-button' , button . attr ( 'formnovalidate' ) ) ;
517
- form . data ( 'ujs:submit-button-formaction' , button . attr ( 'formaction' ) )
517
+ form . data ( 'ujs:submit-button-formaction' , button . attr ( 'formaction' ) ) ;
518
518
form . data ( 'ujs:submit-button-formmethod' , button . attr ( 'formmethod' ) ) ;
519
519
} ) ;
520
520
You can’t perform that action at this time.
0 commit comments