emile 10 months ago
parent 1c2d781e81
commit d07608522f

@ -1215,8 +1215,7 @@
<script type="text/javascript" src='{% static "js/online/online-consumer.js" %}'></script>
<!-- NEW STATUS CONSUMER -->
<script type="text/javascript" src='{% static "js/status/new-status-consumer.js" %}'></script>
<script type="text/javascript" src='{% static "js/status/update-status-time-consumer.js" %}'></script>
<!-- SIDE BAR SCRIPT -->
<script type="text/javascript" src='{% static "js/side-bar.js" %}'></script>

@ -57,8 +57,6 @@ document.addEventListener("DOMContentLoaded", function () {
webSocket.onclose = function(event) {
console.log("WebSocket connection to online closed");
console.log("Close event code:", event.code);
console.log("Close event reason:", event.reason);
};
webSocket.onerror = function (error) {

Loading…
Cancel
Save