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