Fix link clicks sso that they are stoppedi n the web panel.

This commit is contained in:
hyatt%mozilla.org 2003-08-02 07:54:07 +00:00
parent 088ab13c1a
commit c88ced0407

View File

@ -3788,6 +3788,7 @@ nsDefaultEngine.prototype =
return false;
loadURI(url);
event.preventDefault();
return false;
}
else
handleLinkClick(event, linkNode.href, linkNode);