From 75c46e1e5c3f0b14f73145c2a54b467745ab235f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Thu, 20 Jul 2023 11:10:04 +0300 Subject: [PATCH] Enable FAYT in document preferences. Closes #3214 --- chrome/content/zotero/bibliography.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index a7df980cd0..3498dac6de 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -98,6 +98,7 @@ var Zotero_File_Interface_Bibliography = new function() { .replace(/^American Psychological Association/, "American Psychological Association (APA)") .replace(/^American Sociological Association/, "American Sociological Association (ASA)"); itemNode.append(title); + itemNode.searchLabel = title; listbox.appendChild(itemNode); if(styles[i].styleID == _io.style) {