diff --git a/src/templates/nutrition.html b/src/templates/nutrition.html index 073a36c..6bf5008 100644 --- a/src/templates/nutrition.html +++ b/src/templates/nutrition.html @@ -173,7 +173,7 @@ } function openImagePage() { - window.open('/random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab + window.open('random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab }