Changeset 875


Ignore:
Timestamp:
10/15/12 09:31:04 (12 years ago)
Author:
pharms
Message:
  • removed jslint warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js

    r869 r875  
    2525 * the server to send the recorded data to 
    2626 */ 
    27 var destination = "http://patrick-prog-VM:8090"; // change to the location of your server 
     27var destination = "http://someserver:8090"; // change to the location of your server 
    2828 
    2929/** 
     
    227227 
    228228    if ((recordedEvents.length >= packageSize) || (eventType === "onunload")) { 
    229         setTimeout(sendRequest(), 100); 
     229        setTimeout(sendRequest, 100); 
    230230    } 
    231231 
Note: See TracChangeset for help on using the changeset viewer.