Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 17:17:01 +03:00
parent 1a74b00c42
commit 9d2f301dd8

View file

@ -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();
}
});