fx-compat: Temporarily disable quick search bar mode menu
This commit is contained in:
parent
a54da965a7
commit
753824a7e2
1 changed files with 5 additions and 0 deletions
|
@ -1574,6 +1574,11 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
|||
|
||||
|
||||
this.updateQuickSearchBox = function (document) {
|
||||
// TEMP: Fx78 -- search box is now <search-textbox> custom element. We may need to extend it
|
||||
// to add a mode menu
|
||||
return;
|
||||
|
||||
|
||||
var searchBox = document.getElementById('zotero-tb-search');
|
||||
if(!searchBox) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue