From 58c29207026da53094ce42e44012084c2cd98b1c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 14 Aug 2012 18:05:52 +0300 Subject: [PATCH] Update client.js --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 830d3f12..74506e74 100644 --- a/client.js +++ b/client.js @@ -996,12 +996,12 @@ CloudClient._changeLinks = function(pPanelID){ lLi.onclick = CloudClient._setCurrent(); lLi.oncontextmenu = function(pEvent){ - if(typeof CloudCommander.Menu === 'function') + if(typeof CloudCommander.Menu === 'function'){ CloudCommander.Menu.x = pEvent.x; CloudCommander.Menu.y = pEvent.y; CloudCommander.Menu(); - else + }else CloudCommander.Menu.show(); }