mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
minor changes
This commit is contained in:
parent
95bd8336ed
commit
b73ab988a3
1 changed files with 1 additions and 6 deletions
|
|
@ -931,14 +931,9 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
if(a[i].target !== '_blank'){
|
||||
lLi.ondblclick = CloudClient._loadDir(link);
|
||||
|
||||
/*
|
||||
lLi.addEventListener('touchend',
|
||||
CloudClient._loadDir(link),
|
||||
false);
|
||||
*/
|
||||
lLi.ontouchend = CloudClient._loadDir(link);
|
||||
|
||||
|
||||
false);
|
||||
}
|
||||
|
||||
lLi.id = (a[i].title ? a[i].title : a[i].textContent) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue