personal_plugin_generator/template_generator/app/views/admin/plugin_template_relateds/create.js.erb

3 lines
169 B
Plaintext
Raw Normal View History

2021-03-01 15:44:52 +00:00
$("#plugin_template_relateds").html("<%= j render :partial => '/admin/plugin_templates/plugin_template_related' %>");
$("#plugin_template_related_modal").modal("hide");