From f38ae94259ab8d7c8f40db019fb318f84aacdb12 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 19 Jun 2019 17:24:34 -0400 Subject: [PATCH] =?UTF-8?q?Temporarily=20disable=20"Export=20Document?= =?UTF-8?q?=E2=80=A6"=20button=20for=205.0.68?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome/content/zotero/bibliography.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index a1e87c2c6f..9441c947c5 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -176,7 +176,9 @@ var Zotero_File_Interface_Bibliography = new function() { document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates; } - if (_io.showImportExport) { + // TEMP: Disabled + //if (_io.showImportExport) { + if (false) { document.querySelector('#exportImport').hidden = false; } }