Revert "Temporarily disable "Export Document…" button for 5.0.67"

This reverts commit 487d675783.
This commit is contained in:
Dan Stillman 2019-06-14 15:47:15 -04:00
parent c7d3697ccc
commit e3e6b8ef9c

View file

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