mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
commander functions moved out to commander.js from server.js
This commit is contained in:
parent
9ce1535c90
commit
f28e6035d7
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 + '";');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue