commander functions moved out to commander.js from server.js

This commit is contained in:
coderaiser 2013-02-05 05:59:06 -05:00
parent 9ce1535c90
commit f28e6035d7
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 + '";');