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; } }