fixed bug with tab

This commit is contained in:
coderaiser 2012-08-15 10:18:15 +03:00
parent 83cc1923b4
commit 326ef818ab

View file

@ -72,7 +72,7 @@ CloudCommander.keyBinding = (function(){
if(lTabPanel[lId])
Util.setCurrentFile(lTabPanel[lId].className);
Util.setCurrentFile(lTabPanel[lId]);
else{
var lFirstFileOnList =
lPanel.getElementsByTagName('li')[2];