NIHVIVO-2279 in add/edit forms, change field name from "degreeUri" to "newProfileClassUri".

This commit is contained in:
j2blake 2011-07-12 14:23:34 +00:00
parent 644e73b6ac
commit 7ab20aaeec
4 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ var associateProfileFields = {
// We want to associate a profile
this.associationOptionsArea = $('#associationOptions');
this.associateProfileNameField = $('#associateProfileName');
this.newProfileClassSelector = $('#degreeUri');
this.newProfileClassSelector = $('#newProfileClassUri');
// Container <div> elements to provide background shading -- tlw72
this.associateProfileBackgroundOneArea = $('#associateProfileBackgroundOne');