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

This reverts commit f38ae94259.
This commit is contained in:
Dan Stillman 2019-06-20 16:25:41 -04:00
parent 296888db1a
commit c1ab361c92

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