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

This reverts commit a6e9d76c41.
This commit is contained in:
Dan Stillman 2019-06-25 23:53:47 -04:00
parent 5f727ecbbf
commit d13ffcd9a3

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