NIHVIVO-646 add authors to publications custom form

This commit is contained in:
rjy7 2010-06-11 21:11:19 +00:00
parent f80e1d301c
commit 6f5636a9c5
6 changed files with 300 additions and 52 deletions

View file

@ -479,6 +479,6 @@ var customForm = {
};
$(document).ready(function(){
$(document).ready(function() {
customForm.onLoad();
});