4 Commits

Author SHA1 Message Date
Stef
7b84ab980e Merge pull request #6 from StefBuwalda/development
Hotfix
2025-08-14 12:52:56 +02:00
4aca63671b Update scan_barcode_v2.html 2025-08-14 12:52:38 +02:00
bd0468a600 Merge branch 'main' into development 2025-08-14 12:47:16 +02:00
c1f46357f0 Update daily_log2.html 2025-08-14 12:47:08 +02:00
2 changed files with 1 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
return;
}
fetch(`{{url_for("add_meal.query")}}?q=${encodeURIComponent(query)}`)
fetch(`{{url_for("add_meal_v2.query")}}?q=${encodeURIComponent(query)}`)
.then(response => response.json())
.then(data => {
suggestionsBox.innerHTML = '';

View File

@@ -3,8 +3,6 @@
{% block title %}Daily Calorie Dashboard{% endblock %}
{% block content %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/macros.css') }}">
<div class="container my-4">
<h2 class="mb-3">Daily Calorie Dashboard ({{ today }})</h2>