mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
5c1bc9db26
commit
ffadcc077e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ CloudCommander.keyBinding=(function(){
|
|||
|
||||
lCurrentFile.className = '';
|
||||
|
||||
getById(lId).getByTagName('li')[2]
|
||||
getById(lId).getElementsByTagName('li')[2]
|
||||
.className = lCURRENT_FILE;
|
||||
|
||||
}catch(error){console.log(error);}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue