mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
added missing bracket
This commit is contained in:
parent
856d226946
commit
daa144ce7c
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
form.clearFormErrors();
|
form.clearFormErrors();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// Setup front-end validations for experiment form
|
// Setup front-end validations for experiment form
|
||||||
function validateExperimentForm(element){
|
function validateExperimentForm(element){
|
||||||
if ( element ) {
|
if ( element ) {
|
||||||
|
|
Loading…
Reference in a new issue