mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
105547 - remove pref to control where new windows open (tab or window). r=bryner sr=ben
This commit is contained in:
parent
43fd166250
commit
1f0ed0b3c4
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user