mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactored
This commit is contained in:
parent
f2a893efb8
commit
4b6e96a7ce
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