mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:12:27 +01:00
Fix tabs.switchTo for string argument.
This commit is contained in:
@@ -471,7 +471,7 @@ const Tabs = Module("tabs", {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url.indexOf(buffer) >= 0 || title.indexOf(lowerBuffer) >= 0)
|
if (url.indexOf(buffer) >= 0 || title.indexOf(lowerBuffer) >= 0)
|
||||||
matches.push(index);
|
matches.push(browser);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matches.length == 0)
|
if (matches.length == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user