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