Fixed pagination not initializing correctly when clicking on menu items
This commit is contained in:
parent
c2c7c602df
commit
91eba2542a
@ -20,10 +20,9 @@ define(['jquery',
|
||||
this.numPages = this.$contentPages.length;
|
||||
this.baseUrl = baseLessonUrl;
|
||||
|
||||
this.initPagination();
|
||||
//this.render();
|
||||
|
||||
this.model.fetch();
|
||||
this.initPagination();
|
||||
this.render();
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user