removed useless button

This commit is contained in:
Frank Schubert
2025-10-07 15:07:43 +02:00
parent 023eaf41d7
commit 09cfeb39e6

View File

@@ -192,9 +192,6 @@
</div>
</div>
<button class="btn btn-secondary mt-3" onclick="console.log(getFilter())">get filter</button>
<?php if($me->is("Admin")): ?>
<button type="button" class="form-control btn btn-outline-purple mt-3 text-left" id="bulk-toggle-button" onclick="toggleBulkupdate()"><i id="bulk-update-chevron" class="fas fa-fw fa-chevron-right"></i> Bulk Update</button>