Fix error on connector ping before site-specific Quick Copy load
This commit is contained in:
parent
84c1367e7b
commit
cbc05baf02
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Zotero.QuickCopy = new function() {
|
|||
|
||||
|
||||
this.hasSiteSettings = function () {
|
||||
return _siteSettings.length > 0;
|
||||
return _siteSettings && _siteSettings.length > 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue