From 1c2ec3fd75450aa8efd4ac6cf9327d3a9db5321b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Wed, 30 Apr 2025 16:47:09 +0300 Subject: [PATCH] Fix Google Docs allowing to select note style (endnotes) Report: https://forums.zotero.org/discussion/123928/zotero-citations-not-appearing-as-endnotes-despite-selected-setting --- chrome/content/zotero/bibliography.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index 01241cc80f..963939839c 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -110,7 +110,7 @@ window.Zotero_File_Interface_Bibliography = new function () { } } - if (_io.supportedNotes?.length < 1) { + if (_io.supportedNotes?.length < 2) { styleConfigurator.toggleAttribute("no-multi-notes", true); }