remove windows line endings

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@220808 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2007-02-23 07:26:02 +00:00
parent 690345ac74
commit a20e61988d

View File

@@ -584,8 +584,8 @@ function ShowingThreadPane()
var threadPaneSplitter = document.getElementById("threadpane-splitter");
threadPaneSplitter.collapsed = false;
GetMessagePane().collapsed = (threadPaneSplitter.getAttribute("state") == "collapsed");
// XXX We need to force the tree to refresh its new height
// so that it will correctly scroll to the newest message
// XXX We need to force the tree to refresh its new height
// so that it will correctly scroll to the newest message
GetThreadTree().boxObject.height;
document.getElementById("key_toggleMessagePane").removeAttribute("disabled");
}