Temporarily disable "Export Document…" button for 5.0.69
This commit is contained in:
parent
aba37b31e4
commit
a6e9d76c41
1 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,9 @@ var Zotero_File_Interface_Bibliography = new function() {
|
||||||
document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates;
|
document.getElementById("automaticCitationUpdates-checkbox").checked = !_io.delayCitationUpdates;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_io.showImportExport) {
|
// TEMP: Disabled
|
||||||
|
//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