Update client.js

This commit is contained in:
coderaiser 2012-08-15 11:32:20 +03:00
parent a4ad3c81c0
commit a2f10fa79f

View file

@ -1000,11 +1000,14 @@ CloudClient._changeLinks = function(pPanelID){
* loads and shows
*/
lLi.oncontextmenu = function(){
if(typeof CloudCommander.Menu === 'function')
if(typeof CloudCommander.Menu === 'function'){
CloudCommander.Menu({
x: event.x,
y: event.y
y: event.y
});
return false;
}
}
/* если ссылка на папку, а не файл */