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 91eba2542a
commit c11c0104a3

View File

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