diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index 47e5ba4da..c9854aa0c 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ -Zotero.Fulltext = new function(){ +Zotero.Fulltext = Zotero.FullText = new function(){ const CACHE_FILE = '.zotero-ft-cache'; this.pdfConverterIsRegistered = pdfConverterIsRegistered;