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

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