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
aa18b3867b
commit
38c391683b
1 changed files with 1 additions and 2 deletions
|
|
@ -246,8 +246,7 @@ CloudClient._loadDir=(function(pLink,pNeedRefresh){
|
|||
*/
|
||||
CloudClient._editFileName = (function(pParent){
|
||||
var lA = pParent.getElementsByTagName('a');
|
||||
if (lA.length && lA.textContent !== '..' &&
|
||||
event.keyCode !== 13/*enter*/){
|
||||
if (lA.length && lA.textContent !== '..'){
|
||||
lA[0].contentEditable = true;
|
||||
CloudCommander.keyBinded = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue