mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
d63d82b0fd
commit
2ba70bd56d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ CloudCommander.Menu.seted = false;
|
|||
CloudCommander.Menu.show = (function(pParent){
|
||||
return function(){
|
||||
pParent.set();
|
||||
$(CloudCommander.CURRENT_FILE).contextMenu();
|
||||
$('.' + CloudCommander.CURRENT_FILE).contextMenu();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue