105547 - remove pref to control where new windows open (tab or window). r=bryner sr=ben

This commit is contained in:
blakeross%telocity.com 2002-04-22 03:12:36 +00:00
parent 43fd166250
commit 1f0ed0b3c4

View File

@ -32,7 +32,7 @@
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["tabStrip", "tabBackground", "middleClick", "windowOpen", "urlBar"];
var _elementIDs = ["tabStrip", "tabBackground", "middleClick", "urlBar"];
function loadPanel() {
if (navigator.platform.indexOf("Mac") != -1) {
var string = document.getElementById("macUrlbarPref");