refactored

This commit is contained in:
coderaiser 2013-02-05 09:49:19 -05:00
parent e3789e3eb8
commit 08c8ee6cc9

View file

@ -534,8 +534,8 @@ CloudCmd._ajaxLoad = function(pPath, pOptions){
var lFSPath = decodeURI(pPath);
lFSPath = Util.removeStr( lFSPath, CloudFunc.NOJS );
Util.log ('reading dir: "' + pPath + '";');
var lCleanPath = Util.removeStr(lFSPath, CloudFunc.FS);
Util.log ('reading dir: "' + lCleanPath + '";');
if(!pOptions.nohistory)
DOM.setHistory(pPath, null, pPath);