Skip to content

Commit

Permalink
Fix error when reopening LOL from the Journal llaske#419
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské authored and deadnamedimmer committed Dec 22, 2019
1 parent ada575b commit de6b01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activities/LastOneLoses.activity/js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ define(["sugar-web/activity/activity", "sugar-web/graphics/radiobuttonsgroup", "
currentthis.level = data.level;
currentthis.player = data.player;
currentthis.init();
currentthis.drawBoard();
});
},

Expand Down

0 comments on commit de6b01f

Please sign in to comment.