Revert "Temporarily disable document-export button for 5.0.71"

This reverts commit 7b7ccea31a.
This commit is contained in:
Dan Stillman 2019-07-17 19:03:30 -04:00
parent daf49bd89a
commit 686b51df38

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