Skip to content

Commit

Permalink
Issue #1680: add missing (empty) extension for robot switch
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Jul 24, 2024
1 parent 2188b20 commit 4c176ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ function initRobotListEvents() {
'click',
function (e) {
e.stopPropagation();
mainCallback('ev3lejosv1', function () {
mainCallback('ev3lejosv1', {}, function () {
PROGRAM_C.newProgram(true);
TOUR_C.start('welcome');
});
Expand Down

0 comments on commit 4c176ba

Please sign in to comment.