Revert "Temporarily disable document-export button for 5.0.71"
This reverts commit 7b7ccea31a
.
This commit is contained in:
parent
daf49bd89a
commit
686b51df38
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…
Add table
Reference in a new issue