From bfdf8e93934cc58c455bc70a9a85e94736ab5ade Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Sun, 17 Oct 2021 08:18:08 +0200 Subject: [PATCH] =?UTF-8?q?Button=20eichen=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 6b0299f..46ae65b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -12,7 +12,7 @@ e.preventDefault() $.getJSON('/eichen', function(data) { - //do nothing + console.log(data); }); return false; });