Files
old-holivud2/app/views/video_analyses/graphics_elements/new.js.erb
2020-05-31 22:38:19 +02:00

6 lines
284 B
Plaintext

$("[data-toggle=tooltip]").tooltip("dispose");
$("#new_graphics_element_modal").remove();
$("body").append("<%= j render('new_graphics_element_modal', graphics_element: @graphics_element, matched_file_name: @matched_file_name) %>");
$("#new_graphics_element_modal").modal("toggle");