From c1ab361c9214dd8ea3383ada68309e8ce9ff24f2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 20 Jun 2019 16:25:41 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Temporarily=20disable=20"Export=20Doc?= =?UTF-8?q?ument=E2=80=A6"=20button=20for=205.0.68"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f38ae94259ab8d7c8f40db019fb318f84aacdb12. --- 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; } }