NIHVIVO-1024 Implement educational training custom form as a single-step form. Merged two css files.

This commit is contained in:
rjy7 2010-09-02 19:54:03 +00:00
parent 538b708b34
commit 09f16809fd

View file

@ -60,5 +60,9 @@ vitro.customFormUtils = {
// }
//
// return foundErrors;
},
capitalize: function(word) {
return word.substring(0, 1).toUpperCase() + word.substring(1);
}
}