fix quotations

This commit is contained in:
Silver Kuusik
2018-06-30 19:23:20 +02:00
committed by GitHub
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);
});