mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(menu) add " "
This commit is contained in:
parent
e20c5de5fc
commit
9621413fbc
1 changed files with 5 additions and 5 deletions
|
|
@ -175,14 +175,14 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
function getConfig () {
|
||||
var lRet,
|
||||
lMenuItems = {
|
||||
'View' : show.bind(null, 'View'),
|
||||
'Edit' : show.bind(null, 'Edit'),
|
||||
'Rename' : function() {
|
||||
'View' : show.bind(null, 'View'),
|
||||
'Edit' : show.bind(null, 'Edit'),
|
||||
'Rename' : function() {
|
||||
setTimeout(DOM.renameCurrent, 100);
|
||||
},
|
||||
'Delete' : DOM.promptDeleteSelected,
|
||||
'Delete' : DOM.promptDeleteSelected,
|
||||
'(Un)Select All': DOM.toggleAllSelectedFiles,
|
||||
'Zip file' : DOM.zipFile
|
||||
'Zip file' : DOM.zipFile
|
||||
};
|
||||
|
||||
if (UploadToItemNames.length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue