fx115: Temporarily disable integration loading

This commit is contained in:
Dan Stillman 2023-12-04 05:35:37 -05:00
parent b6a597a7f9
commit 92dfca2dc9

View file

@ -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) {