mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 16:40:16 +08:00
8 lines
352 B
Text
8 lines
352 B
Text
<% if @protocolsio_general_error %>
|
|
alert('<%= I18n.t('my_modules.protocols.load_from_file_protocol_general_error',
|
|
max: Constants::NAME_MAX_LENGTH, min: Constants::NAME_MIN_LENGTH) %>');
|
|
<% else %>
|
|
$('#modal-import-json-protocol-preview').modal('hide');
|
|
$('#protocols_io_form').trigger("reset");
|
|
protocolsDatatable.ajax.reload();
|
|
<% end %>
|