mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:32:25 +01:00
Better handling of operations on list options with complex types. Closes #37.
This commit is contained in:
@@ -953,7 +953,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
// decide where to load the first url
|
||||
switch (where) {
|
||||
|
||||
case dactyl.NEW_TAB:
|
||||
if (!dactyl.has("tabs"))
|
||||
return open(loc, dactyl.NEW_WINDOW);
|
||||
|
||||
Reference in New Issue
Block a user