Popup whitelisting continues.

This commit is contained in:
hyatt@netscape.com 2007-08-21 21:58:54 -07:00
parent 80381294b4
commit 87a3a6a82d

View File

@ -519,6 +519,7 @@
<parameter name="evt"/>
<body>
<![CDATA[
evt.preventBubble();
]]>
</body>
@ -1154,7 +1155,6 @@
<constructor>
<![CDATA[
this.addEventListener("DOMPopupBlocked", this.onPopupBlocked, false);
this.mCurrentBrowser = this.mPanelContainer.firstChild;
this.mCurrentTab = this.mTabContainer.firstChild;
this.mTabBox.setAttribute("handleCtrlTab", "false");