ajax implementiert

This commit is contained in:
2026-06-15 21:54:06 +02:00
parent eb56b8d6a0
commit e1ee70b46f
4 changed files with 129 additions and 49 deletions
+3 -1
View File
@@ -114,7 +114,9 @@ if (isset($_GET["id"])) {
</div>
<?php endforeach; ?>
<?php else: ?>
<p>Noch keine Kommentare vorhanden.</p>
<p class="no-comments-message">
Noch keine Kommentare vorhanden.
</p>
<?php endif; ?>
</div>