mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
remove windows line endings
This commit is contained in:
parent
4476b98668
commit
aaccdec95f
@ -546,8 +546,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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user