Files
old-holivud2/app/views/broadcasts/update.js.erb

5 lines
325 B
Plaintext
Raw Normal View History

2020-05-31 22:38:19 +02:00
$("#broadcast_file_form").html("<%= j render(partial: "broadcasts/file_form", locals: { model: [@project, @broadcast] }) %>");
2020-06-03 07:24:01 +02:00
$("#broadcast_file_list").html("<%= j render(partial: "broadcasts/file", collection: @files) %>");
$("#broadcast_files_pagination").html("<%= j will_paginate(@files) %>");
2020-05-31 22:38:19 +02:00
bsCustomFileInput.init();