updated html

This commit is contained in:
2026-04-22 21:14:30 +02:00
parent 9f4007c0e9
commit f433f0cf4c
9 changed files with 1100 additions and 1138 deletions

View File

@@ -21,7 +21,7 @@
{% block scripts_extra %}
<script>
const notifList = document.getElementById("notif-list");
const socket = io({ transports: ['websocket'] });
const socket = io();
socket.on("confused", data => {
if (notifList.children.length === 1 &&