Lesson Overview updates
This commit is contained in:
@ -60,6 +60,7 @@ define(['jquery',
|
||||
this.paginationControlView = new PaginationControlView(this.$contentPages,this.model.get('lessonUrl'));
|
||||
},
|
||||
|
||||
|
||||
getCurrentPage: function () {
|
||||
return this.currentPage;
|
||||
},
|
||||
@ -120,6 +121,7 @@ define(['jquery',
|
||||
markAssignmentComplete: function () {
|
||||
this.curForm.reset();
|
||||
$(this.curForm).siblings('.assignment-success').find('i').removeClass('hidden');
|
||||
this.paginationControlView.updateModel();
|
||||
},
|
||||
|
||||
markAssignmentIncomplete: function () {
|
||||
|
Reference in New Issue
Block a user