Hints back on main screen

This commit is contained in:
Jason White
2016-10-11 16:28:23 -04:00
parent 2699a67c8a
commit 7323a1fa85
5 changed files with 30 additions and 2 deletions

View File

@ -45,7 +45,6 @@ define(['jquery',
// this.menuController.updateMenu(scr,menu);
// });
goatRouter.on('route:lessonRoute', function(name) {
console.log('lesson route initiated');
this.lessonController.loadLesson(name);
//TODO - update menu code from below
this.menuController.updateMenu(name);