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
c35af453a3
commit
57db95655d
1 changed files with 4 additions and 0 deletions
|
|
@ -931,9 +931,13 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
if(a[i].target !== '_blank'){
|
||||
lLi.ondblclick = CloudClient._loadDir(link);
|
||||
|
||||
/*
|
||||
lLi.addEventListener('touchend',
|
||||
CloudClient._loadDir(link),
|
||||
false);
|
||||
*/
|
||||
lLi.touchend = CloudClient._loadDir(link);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue