mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 12:45:46 +01:00
Merge old head.
This commit is contained in:
@@ -183,8 +183,8 @@ function Tabs() //{{{
|
||||
restriction = 2;
|
||||
}
|
||||
|
||||
options.safeSetPref("browser.link.open_newwindow", open);
|
||||
options.safeSetPref("browser.link.open_newwindow.restriction", restriction);
|
||||
options.safeSetPref("browser.link.open_newwindow", open, "See 'popups' option.");
|
||||
options.safeSetPref("browser.link.open_newwindow.restriction", restriction, "See 'popups' option.");
|
||||
return value;
|
||||
},
|
||||
completer: function (context) [
|
||||
|
||||
Reference in New Issue
Block a user