Revert "Temporarily disable "Export Document…" button for 5.0.68"
This reverts commit f38ae94259
.
This commit is contained in:
parent
296888db1a
commit
c1ab361c92
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;
|
document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TEMP: Disabled
|
if (_io.showImportExport) {
|
||||||
//if (_io.showImportExport) {
|
|
||||||
if (false) {
|
|
||||||
document.querySelector('#exportImport').hidden = false;
|
document.querySelector('#exportImport').hidden = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue