From 7b7ccea31a005eeb29a4efd7b7a7b6a07ca69403 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 17 Jul 2019 18:10:36 -0400 Subject: [PATCH] Temporarily disable document-export button for 5.0.71 --- 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 e765d7ddf8..c4291d8ff6 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -185,7 +185,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; } }