Changeset 5749 for trunk/www/views/rawbioassays/edit_rawbioassay.jsp
- Timestamp:
- Sep 19, 2011, 2:31:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/rawbioassays/edit_rawbioassay.jsp
r5714 r5749 446 446 var bioAssayId = Math.abs(parseInt(frm.bioassay_id[frm.bioassay_id.selectedIndex].value)); 447 447 if (bioAssayId > 0) parents[parents.length] = 'DERIVEDBIOASSAY:'+bioAssayId; 448 var extractId = Math.abs(parseInt(frm. bioassay_id[frm.extract_id.selectedIndex].value));448 var extractId = Math.abs(parseInt(frm.extract_id[frm.extract_id.selectedIndex].value)); 449 449 if (extractId > 0) parents[parents.length] = 'EXTRACT:'+extractId; 450 450 if (frm.arraydesign_id)
Note: See TracChangeset
for help on using the changeset viewer.