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…
Reference in a new issue