mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
9dc2c31889
commit
a9d5041756
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