Temporarily disable "Export Document…" button for 5.0.70

This commit is contained in:
Dan Stillman 2019-07-12 20:28:05 -04:00
parent 054d3c9b6f
commit f8927812e9

View file

@ -185,7 +185,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;
}
}