From fd09d3ef4a3186e41bbcacfce4eaacf3ca520021 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 13 Jul 2019 02:26:25 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Temporarily=20disable=20"Export=20Doc?= =?UTF-8?q?ument=E2=80=A6"=20button=20for=205.0.70"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f8927812e92ab4245e00ed02d4a39c281644ddcf. --- chrome/content/zotero/bibliography.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index c4291d8ff6..e765d7ddf8 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -185,9 +185,7 @@ var Zotero_File_Interface_Bibliography = new function() { document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates; } - // TEMP: Disabled - //if (_io.showImportExport) { - if (false) { + if (_io.showImportExport) { document.querySelector('#exportImport').hidden = false; } }