personal-book/app/views/admin/book_author_types/update_book_setting.js.erb

2 lines
178 B
Plaintext

$("#myModal2").modal('hide');
$("#<%= dom_id @book_author_type %>").replaceWith("<%= j render :partial => 'admin/books/list_author_type', :collection => [@book_author_type] %>");