diff --git a/cms/static/js/views/move_xblock_breadcrumb.js b/cms/static/js/views/move_xblock_breadcrumb.js index 2d891b3c5c34..d4f5b90d00db 100644 --- a/cms/static/js/views/move_xblock_breadcrumb.js +++ b/cms/static/js/views/move_xblock_breadcrumb.js @@ -13,10 +13,6 @@ function($, Backbone, _, gettext, HtmlUtils, StringUtils, MoveXBlockBreadcrumbVi var MoveXBlockBreadcrumb = Backbone.View.extend({ el: '.breadcrumb-container', - defaultRenderOptions: { - breadcrumbs: ['Course Outline'] - }, - events: { 'click .parent-nav-button': 'handleBreadcrumbButtonPress' }, @@ -29,7 +25,7 @@ function($, Backbone, _, gettext, HtmlUtils, StringUtils, MoveXBlockBreadcrumbVi render: function(options) { HtmlUtils.setHtml( this.$el, - this.template(_.extend({}, this.defaultRenderOptions, options)) + this.template(options) ); Backbone.trigger('move:breadcrumbRendered'); return this; diff --git a/cms/templates/js/move-xblock-list.underscore b/cms/templates/js/move-xblock-list.underscore index 5dcc22267449..eb51eae41ddc 100644 --- a/cms/templates/js/move-xblock-list.underscore +++ b/cms/templates/js/move-xblock-list.underscore @@ -13,7 +13,7 @@ <%- categoryText %>: -