fx-compat: Add preferences with full-text/keyword search (#2659)
This commit is contained in:
parent
db600cb5b9
commit
8d75f37548
48 changed files with 2510 additions and 6827 deletions
|
@ -110,7 +110,7 @@ var loadZoteroPane = async function (win) {
|
|||
|
||||
var loadPrefPane = Zotero.Promise.coroutine(function* (paneName) {
|
||||
var id = 'zotero-prefpane-' + paneName;
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xul", {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xhtml", {
|
||||
pane: id
|
||||
});
|
||||
var doc = win.document;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue