fx-compat: Temporarily disable quick search bar mode menu

This commit is contained in:
Dan Stillman 2021-07-29 03:47:39 -04:00
parent a54da965a7
commit 753824a7e2

View file

@ -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;