1
0
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:
Kris Maglione
2011-07-27 12:49:28 -04:00
parent 9935d93b68
commit deb0cfd5e0
2 changed files with 39 additions and 4 deletions

View File

@@ -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]),