NIHVIVO-1024 Implement educational training custom form as a single-step form. Merged two css files.
This commit is contained in:
parent
538b708b34
commit
09f16809fd
1 changed files with 4 additions and 0 deletions
|
@ -60,5 +60,9 @@ vitro.customFormUtils = {
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// return foundErrors;
|
// return foundErrors;
|
||||||
|
},
|
||||||
|
|
||||||
|
capitalize: function(word) {
|
||||||
|
return word.substring(0, 1).toUpperCase() + word.substring(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue