fx115: Temporarily disable integration loading
This commit is contained in:
parent
b6a597a7f9
commit
92dfca2dc9
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue