Changeset 6730 for trunk/www/views/experiments/view_experiment.jsp
- Timestamp:
- Feb 13, 2015, 10:25:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/view_experiment.jsp
r6605 r6730 631 631 JSONObject jsonAt = new JSONObject(); 632 632 jsonAt.put("id", at.getId()); 633 jsonAt.put("disableInheritance", at.getDisableInheritance() ? 1 : 0); 633 634 jsonAt.put("numRawBioAssaysWithFactor", factorValuesCount.get(at)); 634 635
Note: See TracChangeset
for help on using the changeset viewer.