🐛 window.location.protocol
This commit is contained in:
		
							parent
							
								
									a77933fbe4
								
							
						
					
					
						commit
						3d360346ba
					
				@ -126,7 +126,7 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
    const wsProtocol = window.location.protocol == "https" ? "wss" : "ws"
 | 
					    const wsProtocol = window.location.protocol == "https:" ? "wss" : "ws"
 | 
				
			||||||
    const ws = new WebSocket(wsProtocol + '://' + window.location.host + '/ws');
 | 
					    const ws = new WebSocket(wsProtocol + '://' + window.location.host + '/ws');
 | 
				
			||||||
    ws.onopen = function (evt) {
 | 
					    ws.onopen = function (evt) {
 | 
				
			||||||
        $.suiAlert({
 | 
					        $.suiAlert({
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user