mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 02:04:10 +01:00
Fix bookmarks.isBookmark yet again. Check manually, this time.
This commit is contained in:
@@ -173,7 +173,7 @@ function Tabs() //{{{
|
||||
setter: function (value)
|
||||
{
|
||||
let [open, restriction] = [1, 0];
|
||||
for (let [, opt] in Iterator(this.parseValue(value)))
|
||||
for (let [, opt] in Iterator(this.parseValues(value)))
|
||||
{
|
||||
if (opt == "tab")
|
||||
open = 3;
|
||||
|
||||
Reference in New Issue
Block a user