mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:38:00 +01:00
Use correct variable name in :set pps=
This commit is contained in:
@@ -180,11 +180,11 @@ function Tabs() //{{{
|
|||||||
else if (opt == "window")
|
else if (opt == "window")
|
||||||
open = 2;
|
open = 2;
|
||||||
else if (opt == "resized")
|
else if (opt == "resized")
|
||||||
resized = 2;
|
restriction = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
options.safeSetPref("browser.link.open_newwindow", open);
|
options.safeSetPref("browser.link.open_newwindow", open);
|
||||||
options.safeSetPref("browser.link.open_newwindow.restriction", resized);
|
options.safeSetPref("browser.link.open_newwindow.restriction", restriction);
|
||||||
return value;
|
return value;
|
||||||
},
|
},
|
||||||
completer: function (context) [
|
completer: function (context) [
|
||||||
|
|||||||
Reference in New Issue
Block a user