From 53b5044a4004e09e2a215af5848eb544b473349f Mon Sep 17 00:00:00 2001 From: archos Date: Sat, 8 Feb 2025 19:55:44 +0100 Subject: [PATCH] aktualizace csv souboru --- index.html | 11 +++++++++-- skript.js | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index feea63d..f1e4263 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,15 @@

Tento projekt poskytuje transparentní přehled transakcí na našem transparentním účtu.

Přehled faktur: Přístup k vystaveným fakturám naleznete v našem Nextcloud úložišti.

- -
+ + diff --git a/skript.js b/skript.js index d722b48..dc46c6e 100644 --- a/skript.js +++ b/skript.js @@ -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 + }); +}); +