From 4a5b7981052839a5840e2608d0a966e2124376ea Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 14 Aug 2012 15:23:00 +0300 Subject: [PATCH] Update lib/client/menu.js --- lib/client/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/menu.js b/lib/client/menu.js index b4a0b434..7b819216 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -63,7 +63,7 @@ CloudCommander.Menu.seted = false; CloudCommander.Menu.show = (function(pParent){ return function(){ pParent.set(); - $('.' + CloudCommander.CURRENT_FILE).contextMenu(); + $('li').contextMenu(); } });