Stop showing old lesson overview after finishing a lesson

This commit is contained in:
Nanne Baars
2017-04-09 05:51:12 +02:00
parent e570f4bde2
commit 4e3ca68d08

View File

@ -39,7 +39,7 @@ function($,
} else { } else {
this.$el.show(); this.$el.show();
} }
this.showAssignments(); //this.showAssignments();
return this; return this;
}, },