mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fixed bug
This commit is contained in:
parent
d42b76d3d5
commit
0d1840486c
1 changed files with 1 additions and 1 deletions
|
|
@ -1237,7 +1237,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
var lParams,
|
||||
lCurrentFile = pCurrentFile ? pCurrentFile : this.getCurrentFile(),
|
||||
lFunc = function(pData){
|
||||
var lName = this.getCurrentName(lCurrentFile);
|
||||
var lName = DOM.getCurrentName(lCurrentFile);
|
||||
if( Util.isObject(pData) ){
|
||||
pData = Util.stringifyJSON(pData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue