File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ E.g. in your `ProjectsController`:
109109Cocoon's default configuration requires ` link_to_add_association ` and associated partials to
110110be properly wrapped with elements. The examples below illustrate simple layouts.
111111
112- Please note these examples rely on the ` haml ` gem (instead of the default ` erb ` views).
112+ Please note these examples rely on the ` haml ` gem ([ click here ] ( https://github.com/nathanvda/cocoon/wiki/ERB-examples ) for the default ` erb ` views).
113113
114114### Formtastic
115115
Original file line number Diff line number Diff line change 188188
189189 setTimeout ( function ( ) {
190190 if ( $this . hasClass ( 'dynamic' ) ) {
191- node_to_delete . remove ( ) ;
191+ node_to_delete . detach ( ) ;
192192 } else {
193193 $this . prev ( "input[type=hidden]" ) . val ( "1" ) ;
194194 node_to_delete . hide ( ) ;
You can’t perform that action at this time.
0 commit comments