Changeset 233 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Oct 1, 2014 10:28:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r140 r233 13 13 if( o.oTree == undefined ) o.oTree = null; 14 14 if( o.oGrid == undefined ) o.oGrid = null; 15 if( o.host == undefined ) o.host = 'http://localhost/ ajax/';15 if( o.host == undefined ) o.host = 'http://localhost/'; 16 16 if( o.hostmodule == undefined ) o.hostmodule = 'privatecontent/'; 17 17 if( o.script == undefined ) o.script = 'getcontent'; 18 18 if( o.data == undefined ) o.data = null; 19 19 if( o.datasource == undefined ) o.datasource = 'ajax'; 20 21 o.host = o.host + 'ajax/'; 20 22 21 23 var isDev = false;
Note: See TracChangeset
for help on using the changeset viewer.