mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
d4b418d989
commit
fc14cc4c2b
1 changed files with 5 additions and 0 deletions
|
|
@ -885,6 +885,11 @@ var CloudCommander, Util,
|
|||
DOM.getCurrentFileContent = function(pParams, pCurrentFile){
|
||||
var lRet,
|
||||
lParams = pParams ? pParams : {},
|
||||
/* adding ?json param
|
||||
* if file would be ignored and
|
||||
* if directory would be
|
||||
* geted back in json format
|
||||
*/
|
||||
lPath = DOM.getCurrentPath(pCurrentFile) + '?json',
|
||||
lErrorWas = pParams.error,
|
||||
lError = function(jqXHR){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue