forked from marva/sumorobot-web
		
	fix quotations
This commit is contained in:
		@@ -529,7 +529,7 @@ window.onload = function() {
 | 
			
		||||
    /* stop button listener */
 | 
			
		||||
    $(".btn-stop").click(function() {
 | 
			
		||||
        sumostart = false;
 | 
			
		||||
        sumorobot.send('{"to": "sumo-' + robotId + '@00000514", "cmd': 'stop'}");
 | 
			
		||||
        sumorobot.send('{"to": "sumo-' + robotId + '@00000514", "cmd": "stop"}');
 | 
			
		||||
        workspace.highlightBlock(lastHighlighted, false);
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user