mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
f473b8cb3f
commit
3d316e7225
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ CloudCommander.Menu.show = (function(pParent){
|
|||
pParent.set();
|
||||
|
||||
var lTag = event.target.nodeName;
|
||||
if(lTag === 'SPAN' || lTag === 'A'
|
||||
if(lTag === 'SPAN' || lTag === 'A')
|
||||
$('li').contextMenu();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue