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",
 | 
					      loadTime: "afterDOMReady",
 | 
				
			||||||
      contentType: "inline",
 | 
					      contentType: "inline",
 | 
				
			||||||
      script: `
 | 
					      script: `
 | 
				
			||||||
          const socket = new WebSocket('${wsUrl}'')
 | 
					          const socket = new WebSocket('${wsUrl}')
 | 
				
			||||||
          socket.addEventListener('message', () => document.location.reload())
 | 
					          socket.addEventListener('message', () => document.location.reload())
 | 
				
			||||||
        `,
 | 
					        `,
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue