connect to whatever server we're on
This commit is contained in:
		
							parent
							
								
									8980f8accb
								
							
						
					
					
						commit
						4ca99d4264
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -66,7 +66,7 @@ | |||
| 
 | ||||
|     <script> | ||||
|     var socketId = '{{socketId}}'; | ||||
|     var socket = io.connect('http://localhost:1947'); | ||||
|     var socket = io.connect(window.location.origin); | ||||
|     var notes = document.getElementById('notes'); | ||||
|     var slides = document.getElementById('slides'); | ||||
|     var nextSlide = document.getElementById('next-slide'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue