mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
a118b82c3d
commit
420e2cddf5
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
if(a[i].target !== '_blank'){
|
||||
lLi.ondblclick = CloudClient._loadDir(link);
|
||||
|
||||
document.addEventListener('touchend',
|
||||
lLi.addEventListener('touchend',
|
||||
CloudClient._loadDir(link),
|
||||
false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue