Temporarily disable "Export Document…" button for 5.0.68

This commit is contained in:
Dan Stillman 2019-06-19 17:24:34 -04:00
parent 288ad93422
commit f38ae94259

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