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

2 lines
162 B
Plaintext

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