Re-added missing render() call
This commit is contained in:
@@ -35,6 +35,7 @@ CMS.Views.ClassInfoUpdateView = Backbone.View.extend({
|
||||
|
||||
initialize: function() {
|
||||
this.template = _.template($("#course_info_update-tpl").text());
|
||||
this.render();
|
||||
// when the client refetches the updates as a whole, re-render them
|
||||
this.listenTo(this.collection, 'reset', this.render);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user