Changeset 1021 for trunk/autoquest-htmlmonitor
- Timestamp:
- 12/14/12 15:43:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
r1020 r1021 245 245 function initEventHandling() { 246 246 if (document.body) { 247 log("adding event handling attributes");248 determineDestination();249 autoquestGUIModel = addEventHandlingAndGetJSONRepresentation(document.documentElement, "");250 251 247 if (document.readyState !== "complete") { 252 248 // if the document is not loaded yet, try to add further event handling later … … 254 250 } 255 251 else if (!autoquestSendInterval) { 252 log("adding event handling attributes"); 253 determineDestination(); 254 autoquestGUIModel = 255 addEventHandlingAndGetJSONRepresentation(document.documentElement, ""); 256 256 257 // recall sending data each 100 seconds to ensure, that for browser windows staying 257 258 // open the data will be send, as well.
Note: See TracChangeset
for help on using the changeset viewer.