mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 19:29:59 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b84ab980e | ||
| 4aca63671b | |||
| bd0468a600 | |||
| c1f46357f0 |
@@ -58,7 +58,7 @@
|
|||||||
return;
|
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(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
suggestionsBox.innerHTML = '';
|
suggestionsBox.innerHTML = '';
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
{% block title %}Daily Calorie Dashboard{% endblock %}
|
{% block title %}Daily Calorie Dashboard{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/macros.css') }}">
|
|
||||||
|
|
||||||
<div class="container my-4">
|
<div class="container my-4">
|
||||||
<h2 class="mb-3">Daily Calorie Dashboard ({{ today }})</h2>
|
<h2 class="mb-3">Daily Calorie Dashboard ({{ today }})</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user