rubycentral/cfp-app

View on GitHub
app/views/staff/time_slots/destroy.js.erb

Summary

Maintainability
Test Coverage
var table = $('#organizer-time-slots.datatable').dataTable();

table.fnDeleteRow($('table#organizer-time-slots #time_slot_<%= time_slot_id %>')[0]);

document.getElementById("flash").innerHTML = "<%=j show_flash %>";