diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx index c6559626..4902c97d 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx @@ -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);