diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index e765d7ddf8..c4291d8ff6 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -185,7 +185,9 @@ var Zotero_File_Interface_Bibliography = new function() { document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates; } - if (_io.showImportExport) { + // TEMP: Disabled + //if (_io.showImportExport) { + if (false) { document.querySelector('#exportImport').hidden = false; } }