Initial commit
This commit is contained in:
7
app/views/video_analyses/edl_events/create.js.erb
Normal file
7
app/views/video_analyses/edl_events/create.js.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
$("[data-toggle=tooltip]").tooltip("dispose");
|
||||
<% # Remove the modal if it already exists %>
|
||||
$("#edl_event_modal").remove();
|
||||
|
||||
<% # Create and show the modal %>
|
||||
$("body").append("<%= j render('edl_event_modal', edl_events: @edl_events) %>");
|
||||
$("#edl_event_modal").modal("toggle");
|
||||
Reference in New Issue
Block a user