Changeset 7347 for trunk/www/common/overview/ajax.jsp
- Timestamp:
- Apr 28, 2017, 9:51:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/overview/ajax.jsp
r7316 r7347 146 146 jsonNode.put("icon", folderIcon); 147 147 jsonNode.put("isLazy", numChildren == 0 ? 0 : 1); 148 jsonNode.put("className", n.getNodeType().name()); 148 149 jsonChildNodes.add(jsonNode); 149 150 }
Note: See TracChangeset
for help on using the changeset viewer.