VIVO-593: fixed java script issue

This commit is contained in:
tworrall 2013-12-02 11:18:03 -05:00
parent cabd58dd0a
commit 803859cec7

View file

@ -83,7 +83,7 @@ var adviseeRelUtils = {
// we don't want the user to see the label getting built, so hide the acSelector
// field and display a bogus field that just has the last name in it.
this.fauxLabel.val(lastName);
this.advisee.hide();
this.advisor.hide();
this.fauxLabel.show();
this.advisor.val(name);
this.lastName.val(lastName);