Commit 4f5c2cce by David Baumgold

Re-added missing render() call

parent 37299224
...@@ -35,6 +35,7 @@ CMS.Views.ClassInfoUpdateView = Backbone.View.extend({ ...@@ -35,6 +35,7 @@ CMS.Views.ClassInfoUpdateView = Backbone.View.extend({
initialize: function() { initialize: function() {
this.template = _.template($("#course_info_update-tpl").text()); this.template = _.template($("#course_info_update-tpl").text());
this.render();
// when the client refetches the updates as a whole, re-render them // when the client refetches the updates as a whole, re-render them
this.listenTo(this.collection, 'reset', this.render); this.listenTo(this.collection, 'reset', this.render);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment