mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 22:51:24 +08:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
|
(function() {
|
||
|
const formErrors = JSON.parse($('#team-error-data').data('form-errors'));
|
||
|
$('form').render_form_errors('team', formErrors, false);
|
||
|
}());
|