Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 15:23:00 +03:00
parent aacc74b72e
commit ab58081b6f

View file

@ -63,7 +63,7 @@ CloudCommander.Menu.seted = false;
CloudCommander.Menu.show = (function(pParent){
return function(){
pParent.set();
$('.' + CloudCommander.CURRENT_FILE).contextMenu();
$('li').contextMenu();
}
});