diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 9b2c57b223..f4df9f54a9 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -84,6 +84,9 @@ Zotero.Integration = new function() { * Initialize LibreOffice, Word for Mac and Word for Windows plugin components. */ this.init = function () { + // TEMP + return; + if (Zotero.test) return; let classNames = ["@zotero.org/Zotero/integration/initializer?agent=LibreOffice;1"]; if (Zotero.isMac) {