numbering on pagination

This commit is contained in:
Jason White
2017-04-10 16:49:22 -04:00
committed by Nanne Baars
parent e3d281a5f6
commit 9bc219e931
7 changed files with 143 additions and 25 deletions

View File

@ -38,7 +38,7 @@ function($,_,Backbone) {
this.$el.find('#show-solution-button').unbind().on('click',_.bind(this.showSolution,this)).show();
}
this.$el.find('#show-lesson-overview-button').unbind().on('click', _.bind(this.showLessonOverview, this)).show();
//this.$el.find('#show-lesson-overview-button').unbind().on('click', _.bind(this.showLessonOverview, this)).show();
this.$el.find('#restart-lesson-button').unbind().on('click',_.bind(this.restartLesson,this)).show();
},