mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
don't load about:blank unless we have to
(no bug, but it makes ctrl-selecting messages faster) r=scottip
This commit is contained in:
parent
23fde50053
commit
1e90278389
@ -450,8 +450,8 @@ function ClearThreadTreeSelection()
|
||||
|
||||
function ClearMessagePane()
|
||||
{
|
||||
messenger.OpenURL("about:blank");
|
||||
|
||||
if (window.frames["messagepane"].location != "about:blank")
|
||||
window.frames["messagepane"].location = "about:blank"
|
||||
}
|
||||
|
||||
function StopUrls()
|
||||
|
Loading…
x
Reference in New Issue
Block a user