Ignore:
Timestamp:
04/12/10 20:56:36 (15 years ago)
Author:
lgiessmann
Message:

json: started to implement a mark-as-deleted-handler that deleted from a given json-package topics, names, variants, occurrences and roles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/ajax/javascripts/constants.js ΒΆ

    r89 r275  
    1212
    1313// --- Some constants fot the http connections via the XMLHttpRequest-Object
    14 var HOST_PREF = "http://localhost:8000/"; // of the form "http://(.+)/"
     14var HOST_PREF = /*"http://localhost:8000/";*/ "192.168.178.23:8000/"; // of the form "http://(.+)/"
    1515var GET_PREFIX = HOST_PREF + "json/get/";
    1616var GET_STUB_PREFIX = HOST_PREF + "json/topicstubs/";
Note: See TracChangeset for help on using the changeset viewer.