mirror of
https://github.com/zotero/zotero.git
synced 2026-09-26 01:11:23 +00:00
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…
Add table
Reference in a new issue