aktualizace csv souboru
This commit is contained in:
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user