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 */
|
/* stop button listener */
|
||||||
$(".btn-stop").click(function() {
|
$(".btn-stop").click(function() {
|
||||||
sumostart = false;
|
sumostart = false;
|
||||||
sumorobot.send('{"to": "sumo-' + robotId + '@00000514", "cmd': 'stop'}");
|
sumorobot.send('{"to": "sumo-' + robotId + '@00000514", "cmd": "stop"}');
|
||||||
workspace.highlightBlock(lastHighlighted, false);
|
workspace.highlightBlock(lastHighlighted, false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user