mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 13:44:13 +01:00
Add config.browser, config.tabbrowser. Fix mailbird. &c.
This commit is contained in:
@@ -118,7 +118,7 @@ const Marks = Module("marks", {
|
||||
if (Marks.isURLMark(mark)) {
|
||||
let slice = this._urlMarks.get(mark);
|
||||
if (slice && slice.tab && slice.tab.linkedBrowser) {
|
||||
if (slice.tab.parentNode != getBrowser().tabContainer) {
|
||||
if (slice.tab.parentNode != config.browser.tabContainer) {
|
||||
this._pendingJumps.push(slice);
|
||||
// NOTE: this obviously won't work on generated pages using
|
||||
// non-unique URLs :(
|
||||
|
||||
Reference in New Issue
Block a user