loading screen fix
This commit is contained in:
parent
2602cd0acf
commit
100e2918b1
@ -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');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user