mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
Update client.js
This commit is contained in:
parent
a4ad3c81c0
commit
a2f10fa79f
1 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* если ссылка на папку, а не файл */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue