mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
refactored
This commit is contained in:
parent
e3789e3eb8
commit
08c8ee6cc9
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue