aktualizace csv souboru

This commit is contained in:
archos
2025-02-08 19:55:44 +01:00
parent c27494bcd3
commit 53b5044a40
2 changed files with 15 additions and 2 deletions

View File

@ -54,3 +54,9 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('account-balance').textContent = 'Chyba při načítání dat';
});
});
$(document).ready(function() {
$('#dropdownMenuButton').on('click', function() {
$('.dropdown-menu').toggle(); // Ruční zobrazení dropdown menu
});
});