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

This reverts commit f8927812e9.
This commit is contained in:
Dan Stillman 2019-07-13 02:26:25 -04:00
parent fd8d6bad0d
commit fd09d3ef4a

View file

@ -185,9 +185,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;
}
}