From 92dfca2dc997f3cad9ba291f423e491e438eea87 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 4 Dec 2023 05:35:37 -0500 Subject: [PATCH] fx115: Temporarily disable integration loading --- chrome/content/zotero/xpcom/integration.js | 3 +++ 1 file changed, 3 insertions(+) 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) {