Ignore:
Timestamp:
Oct 1, 2014 10:28:50 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/assets/js/manager.js

    r140 r233  
    1313                        if( o.oTree == undefined ) o.oTree = null;
    1414                        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/';
    1616                        if( o.hostmodule == undefined ) o.hostmodule = 'privatecontent/';
    1717                        if( o.script == undefined ) o.script = 'getcontent';
    1818                        if( o.data == undefined ) o.data = null;
    1919                        if( o.datasource == undefined ) o.datasource = 'ajax';
     20                       
     21                        o.host = o.host + 'ajax/';
    2022                       
    2123                        var isDev = false;
Note: See TracChangeset for help on using the changeset viewer.