mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
9 lines
447 B
Text
9 lines
447 B
Text
|
|
$('#modal-import-json-protocol').modal('hide');
|
|
<% if remotipart_submitted? %>
|
|
$('#protocolsio-preview-modal-target').html("<%= j "#{render(:partial => 'protocols/import_export/import_json_protocol_preview_modal')}" %>");
|
|
<% else %>
|
|
$('#protocolsio-preview-modal-target').html("<%= j render(:partial => 'protocols/import_export/import_json_protocol_preview_modal') %>");
|
|
<% end %>
|
|
|
|
$('#modal-import-json-protocol-preview').modal('show');
|