Revert "Temporarily disable "Export Document…" button for 5.0.69"
This reverts commit a6e9d76c41
.
This commit is contained in:
parent
5f727ecbbf
commit
d13ffcd9a3
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue