mirror of
https://github.com/zotero/zotero.git
synced 2026-09-25 01:01:20 +00:00
Temporarily disable "Export Document…" button for 5.0.68
This commit is contained in:
parent
288ad93422
commit
f38ae94259
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;
|
||||
}
|
||||
|
||||
if (_io.showImportExport) {
|
||||
// TEMP: Disabled
|
||||
//if (_io.showImportExport) {
|
||||
if (false) {
|
||||
document.querySelector('#exportImport').hidden = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue