Changeset 876 for trunk/autoquest-htmlmonitor/src/main/js
- Timestamp:
- 10/15/12 09:46:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
r875 r876 25 25 * the server to send the recorded data to 26 26 */ 27 var destination = "http:// someserver:8090"; // change to the location of your server27 var destination = "http://localhost:8090"; // change to the location of your server 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.