Fixed pagination not initializing correctly when clicking on menu items

This commit is contained in:
Nanne Baars 2017-04-09 05:48:15 +02:00
parent 6a3b40a640
commit e570f4bde2

View File

@ -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 () {