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
This commit is contained in:
parent
7eeb666894
commit
1c2ec3fd75
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue