mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
cdc1a395e7
commit
d8a58784e9
2 changed files with 25 additions and 28 deletions
|
|
@ -885,7 +885,7 @@ var CloudCommander, Util,
|
|||
DOM.getCurrentFileContent = function(pParams, pCurrentFile){
|
||||
var lRet,
|
||||
lParams = pParams ? pParams : {},
|
||||
lPath = DOM.getCurrentPath(pCurrentFile),
|
||||
lPath = DOM.getCurrentPath(pCurrentFile) + '?json',
|
||||
lErrorWas = pParams.error,
|
||||
lError = function(jqXHR){
|
||||
Util.exec(lErrorWas);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue