loading screen fix

This commit is contained in:
Michael Wain 2024-03-15 22:21:00 +03:00
parent 2602cd0acf
commit 100e2918b1

View File

@ -87,7 +87,7 @@ $(document).ready(function() {
socket = new SockJS('/websocket');
socket.onopen = function() {
$("#loading").css("display", "");
$("#loading").css("display", "none");
console.log('open');
sendMessage({}, 'InfoRequest');
};