mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
Update client.js
This commit is contained in:
parent
81236c9fa7
commit
a96141f719
1 changed files with 1 additions and 0 deletions
|
|
@ -848,6 +848,7 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
/* если ссылка на папку, а не файл */
|
||||
if(a[i].target !== '_blank')
|
||||
lLi.ondblclick = CloudClient._loadDir(link);
|
||||
else lLi.ondblclick = function(){return false;};
|
||||
|
||||
lLi.id = (a[i].title ? a[i].title : a[i].textContent) +
|
||||
'(' + pPanelID + ')';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue