mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 22:17:59 +01:00
Closes issue #560.
This commit is contained in:
@@ -45,6 +45,16 @@ var Tabs = Module("tabs", {
|
||||
if (contentDocument.readyState === "complete")
|
||||
dactyl.initDocument(contentDocument);
|
||||
}, 1000);
|
||||
|
||||
if (window.TabsInTitlebar)
|
||||
window.TabsInTitlebar.allowedBy("dactyl", false);
|
||||
},
|
||||
|
||||
signals: {
|
||||
enter: function enter() {
|
||||
if (window.TabsInTitlebar)
|
||||
window.TabsInTitlebar.allowedBy("dactyl", true);
|
||||
}
|
||||
},
|
||||
|
||||
_alternates: Class.memoize(function () [config.tabbrowser.mCurrentTab, null]),
|
||||
|
||||
Reference in New Issue
Block a user