Temporarily disable "Export Document…" button for 5.0.67

This commit is contained in:
Dan Stillman 2019-06-14 11:16:14 -04:00
parent 75712ed42d
commit 487d675783

View file

@ -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;
}
}