Make link clicks work.

This commit is contained in:
hyatt%mozilla.org 2003-08-02 07:51:03 +00:00
parent 60b4b32047
commit 088ab13c1a

View File

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