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:
alecf%netscape.com 1999-12-02 23:49:12 +00:00
parent 23fde50053
commit 1e90278389

View File

@ -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()