fix typo
This commit is contained in:
		
							parent
							
								
									3133176813
								
							
						
					
					
						commit
						3c1c2d18e6
					
				@ -211,7 +211,7 @@ $(document).ready(function () {
 | 
				
			|||||||
            team1: $('#team1').val(),
 | 
					            team1: $('#team1').val(),
 | 
				
			||||||
            team2: $('#team2').val(),
 | 
					            team2: $('#team2').val(),
 | 
				
			||||||
            map: $('#map').val(),
 | 
					            map: $('#map').val(),
 | 
				
			||||||
            mode: $('#mode').val(),
 | 
					            game: $('#game').val(),
 | 
				
			||||||
            server_id: window.server_id
 | 
					            server_id: window.server_id
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        send_post_request('/api/setup-game', data);
 | 
					        send_post_request('/api/setup-game', data);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user