forked from marva/sumorobot-web
fix quotations
This commit is contained in:
parent
85650892d6
commit
b7e151f5f0
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user