Changeset 5137 for trunk/www/views/experiments/explorer/view/index.jsp
- Timestamp:
- Oct 15, 2009, 9:42:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/index.jsp
r5111 r5137 85 85 else if ("SetAnnotationType".equals(cmd)) 86 86 { 87 Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split(" |"));87 Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split("\\|")); 88 88 Set<Integer> tmp = explorer.getAnnotationTypeIds(); 89 89 tmp.clear();
Note: See TracChangeset
for help on using the changeset viewer.