Fixed issue when restarting the lesson the menu was not updated (the marker stayed behind)
Also restarting the lesson was not persisted
This commit is contained in:
@ -191,6 +191,7 @@ define(['jquery',
|
||||
method:'GET'
|
||||
}).done(function(lessonLink) {
|
||||
self.loadLesson(self.name);
|
||||
self.updateMenu();
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user