This commit is contained in:
David Brazda
2023-05-09 15:37:21 +02:00
parent 9dd5ff3e73
commit aad7292987
6 changed files with 38 additions and 6 deletions

View File

@ -2,6 +2,11 @@
$(document).ready(function () {
archiveRecords.ajax.reload();
//button clear log
$('#button_clearlog').click(function () {
$('#lines').empty();
});
//disable buttons (enable on row selection)
$('#button_show_arch').attr('disabled','disabled');
$('#button_delete_arch').attr('disabled','disabled');