updated html
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user