mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
function showBulkDeleteButton() {
|
|
document.getElementById("button_bulk_delete").hidden = false;
|
|
}
|