diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 21751832a5..0f73130a60 100644 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -799,7 +799,7 @@ Zotero.Server.Connector.Ping.prototype = { 'Zotero Connector Server is Available' + 'Zotero Connector Server is Available']; } else { - return [200]; + return [200, 'text/plain', '']; } } }