mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug with deletting in menu js
This commit is contained in:
parent
4169ee0144
commit
b223e1ca68
2 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ dispatch
|
|||
|
||||
* Moved jqeuryLoader and socketLoader to CMD object in DOM.
|
||||
|
||||
* Fixed bug with deletting in menu js.
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
'Rename' : function(){
|
||||
setTimeout( Util.retExec(DOM.renameCurrent), 100);
|
||||
},
|
||||
'Delete' : Util.retExec(DOM.promptDeleteCurrent)
|
||||
'Delete' : Util.retExec(DOM.promptDeleteSelected)
|
||||
};
|
||||
|
||||
if(UploadToItemNames.length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue