orbit-personaldiploma/app/views/panel/personal_diploma/back_end/diplomas/update_diploma_setting.js.erb

7 lines
214 B
Plaintext

<% if !@diploma_category.blank? %>
$("#myModal1").modal('hide');
$("#<%= dom_id @diploma_category %>").replaceWith("<%= j render :partial => 'list_patent_type', :collection => [@diploma_category] %>");
<% end %>