Changeset 1069 for trunk/autoquest-htmlmonitor/src/main/js
- Timestamp:
- 02/14/13 15:20:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
r1023 r1069 305 305 306 306 if ((node.id) && (node.id !== "")) { 307 jsonRepresentation += "\" id\":\"" + node.id + "\"";307 jsonRepresentation += "\"htmlId\":\"" + node.id + "\""; 308 308 } 309 309 else {
Note: See TracChangeset
for help on using the changeset viewer.