mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
minor changes
This commit is contained in:
parent
0fb9361984
commit
647867a010
1 changed files with 5 additions and 1 deletions
|
|
@ -258,7 +258,11 @@ var lA = pParent.getElementsByTagName('a');
|
|||
* if user clicks somewhere keyBinded
|
||||
* backs
|
||||
*/
|
||||
document.onclick = (function(){
|
||||
document.onclick = (function(){
|
||||
var lA = pParent.getElementsByTagName('a');
|
||||
if (lA.length && lA.textContent !== '..')
|
||||
lA[0].contentEditable = false;
|
||||
|
||||
CloudCommander.keyBinded = true;
|
||||
|
||||
/* backs old document.onclick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue