From d13ffcd9a3dec5edfcf86a0f10841d2e7e0ea380 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 25 Jun 2019 23:53:47 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Temporarily=20disable=20"Export=20Doc?= =?UTF-8?q?ument=E2=80=A6"=20button=20for=205.0.69"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a6e9d76c41b14a41ffe7face322d1fae3c9a05e1. --- 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 9441c947c5..a1e87c2c6f 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -176,9 +176,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; } }