Changeset 275 for trunk/src/ajax/javascripts
- Timestamp:
- 04/12/10 20:56:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/ajax/javascripts/constants.js ΒΆ
r89 r275 12 12 13 13 // --- Some constants fot the http connections via the XMLHttpRequest-Object 14 var HOST_PREF = "http://localhost:8000/"; // of the form "http://(.+)/"14 var HOST_PREF = /*"http://localhost:8000/";*/ "192.168.178.23:8000/"; // of the form "http://(.+)/" 15 15 var GET_PREFIX = HOST_PREF + "json/get/"; 16 16 var GET_STUB_PREFIX = HOST_PREF + "json/topicstubs/";
Note: See TracChangeset
for help on using the changeset viewer.