From f28e6035d7ee1c7e152f633f4c69c78f15dd87ed Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 5 Feb 2013 05:59:06 -0500 Subject: [PATCH] commander functions moved out to commander.js from server.js --- ChangeLog | 2 ++ lib/client.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 + '";');