mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
42c745cc7c
commit
e1b7276e84
1 changed files with 4 additions and 1 deletions
|
|
@ -495,7 +495,10 @@ var CloudCommander, Util, DOM = {}, CloudFunc;
|
|||
|
||||
if(lCurrent || lSelected)
|
||||
DOM.RESTfull.delete(lUrl, lSelected, function(){
|
||||
CloudCommander.refresh(lCurrent);
|
||||
if(n > 1)
|
||||
CloudCommander.refresh(lCurrent);
|
||||
else
|
||||
DOM.deleteCurrent(lCurrent);
|
||||
}, lQuery);
|
||||
|
||||
return lCurrent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue