diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index c1582d33da..f2c8284479 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1574,6 +1574,11 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js"); this.updateQuickSearchBox = function (document) { + // TEMP: Fx78 -- search box is now custom element. We may need to extend it + // to add a mode menu + return; + + var searchBox = document.getElementById('zotero-tb-search'); if(!searchBox) return;