mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-29 19:00:00 +00:00
@@ -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 = '';
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user