mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:42:27 +01:00
Fix toolbar completion.
--HG-- branch : testing
This commit is contained in:
@@ -1729,6 +1729,7 @@ const Liberator = Module("liberator", {
|
||||
context.completions = liberator.menuItems;
|
||||
};
|
||||
|
||||
var toolbox = document.getElementById("navigator-toolbox");
|
||||
completion.toolbar = function toolbar(context) {
|
||||
context.title = ["Toolbar"];
|
||||
context.keys = { text: function (item) item.getAttribute("toolbarname"), description: function () "" };
|
||||
|
||||
Reference in New Issue
Block a user