Fix typo :) (#430)
This commit is contained in:
		
							parent
							
								
									b6b1dabde0
								
							
						
					
					
						commit
						082fdf2e80
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -118,7 +118,7 @@ function addGlobalPageResources(
 | 
			
		|||
      loadTime: "afterDOMReady",
 | 
			
		||||
      contentType: "inline",
 | 
			
		||||
      script: `
 | 
			
		||||
          const socket = new WebSocket('${wsUrl}'')
 | 
			
		||||
          const socket = new WebSocket('${wsUrl}')
 | 
			
		||||
          socket.addEventListener('message', () => document.location.reload())
 | 
			
		||||
        `,
 | 
			
		||||
    })
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue