"Select All" in file manager has been fixed for IE 7,8 and FF 6,7
This commit is contained in:
parent
0f0bc8c68d
commit
68bebd9340
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
function HighlightRow(chkB)
|
||||
{
|
||||
var xState=chkB.checked;
|
||||
var row = chkB.parentElement.parentElement;
|
||||
var row = chkB.parentNode.parentNode;
|
||||
if(xState)
|
||||
{
|
||||
row.setAttribute("temp_class", row.className);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue