From 08c8ee6cc9b4d0e6c74a3cab05e058e740f7339a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 5 Feb 2013 09:49:19 -0500 Subject: [PATCH] refactored --- lib/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index 9b6d73b0..be8f9438 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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);