fix quotations

This commit is contained in:
Silver Kuusik 2018-06-30 19:23:20 +02:00 committed by GitHub
parent 85650892d6
commit b7e151f5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});