Changeset 875 for trunk/autoquest-htmlmonitor/src
- Timestamp:
- 10/15/12 09:31:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
r869 r875 25 25 * the server to send the recorded data to 26 26 */ 27 var destination = "http:// patrick-prog-VM:8090"; // change to the location of your server27 var destination = "http://someserver:8090"; // change to the location of your server 28 28 29 29 /** … … 227 227 228 228 if ((recordedEvents.length >= packageSize) || (eventType === "onunload")) { 229 setTimeout(sendRequest (), 100);229 setTimeout(sendRequest, 100); 230 230 } 231 231
Note: See TracChangeset
for help on using the changeset viewer.