mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
1a74b00c42
commit
9d2f301dd8
1 changed files with 2 additions and 4 deletions
|
|
@ -79,11 +79,9 @@ CloudCommander.Menu.seted = false;
|
|||
|
||||
CloudCommander.Menu.show = (function(pParent){
|
||||
return function(){
|
||||
pParent.set();
|
||||
pParent.set();
|
||||
|
||||
var lTag = event.target.nodeName;
|
||||
if(lTag === 'SPAN' || lTag === 'A')
|
||||
$('li').contextMenu();
|
||||
$('li').contextMenu();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue