mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 16:40:16 +08:00
7 lines
300 B
Text
7 lines
300 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');
|
|
protocolsDatatable.ajax.reload();
|
|
<% end %>
|