orbit4-5/app/views/admin/member_infos/destroy.js.erb

2 lines
101 B
Plaintext
Raw Normal View History

2014-06-18 13:57:57 +00:00
$("#<%= dom_id @attribute %>").remove();
$(window.location.replace("<%= admin_member_infos_path %>"))