mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Inform connector about PDF build to enable Add Note button in Google Docs
This commit is contained in:
parent
02fc8bf39f
commit
91ac847bab
1 changed files with 2 additions and 1 deletions
|
|
@ -1701,7 +1701,8 @@ Zotero.Server.Connector.Ping.prototype = {
|
|||
|
||||
let response = {
|
||||
prefs: {
|
||||
automaticSnapshots: Zotero.Prefs.get('automaticSnapshots')
|
||||
automaticSnapshots: Zotero.Prefs.get('automaticSnapshots'),
|
||||
googleDocsAddNoteEnabled: Zotero.isPDFBuild
|
||||
}
|
||||
};
|
||||
if (Zotero.QuickCopy.hasSiteSettings()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue