Changeset 1839
- Timestamp:
- 04/17/08 00:31:28
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/resources/bedeworkXProperties.js
r1837 r1839 77 77 if (isUnique && this.contains(xprop)) { 78 78 index = this.getIndex(name); 79 if (index != null) { 80 xproperties.splice(index,1,xprop); 81 } 79 xproperties.splice(index,1,xprop); 82 80 } else { 83 81 xproperties.push(xprop);
