"Select All" in file manager has been fixed for IE 7,8 and FF 6,7

This commit is contained in:
feodor_fitsner 2011-11-21 18:39:11 -08:00
parent 0f0bc8c68d
commit 68bebd9340

View file

@ -35,7 +35,7 @@
function HighlightRow(chkB) function HighlightRow(chkB)
{ {
var xState=chkB.checked; var xState=chkB.checked;
var row = chkB.parentElement.parentElement; var row = chkB.parentNode.parentNode;
if(xState) if(xState)
{ {
row.setAttribute("temp_class", row.className); row.setAttribute("temp_class", row.className);