diff --git a/ChangeLog b/ChangeLog index abf1f564..3fb84a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,6 +122,8 @@ time was changed. * Moved extensions from main.js to json/ext.json. +* Commander functions moved out to commander.js from server.js + 2012.12.12, Version 0.1.8 diff --git a/lib/client.js b/lib/client.js index 9ab7b0c5..9b6d73b0 100644 --- a/lib/client.js +++ b/lib/client.js @@ -534,7 +534,6 @@ CloudCmd._ajaxLoad = function(pPath, pOptions){ var lFSPath = decodeURI(pPath); lFSPath = Util.removeStr( lFSPath, CloudFunc.NOJS ); - pPath = Util.removeStr( lFSPath, CloudFunc.FS ); Util.log ('reading dir: "' + pPath + '";');