Skip to content

Commit

Permalink
Merge pull request #34 from mitocw/bdero/fix-ccx-schedule-typo
Browse files Browse the repository at this point in the history
Fix reference typo in schedule template JS
  • Loading branch information
cewing committed Feb 10, 2015
2 parents bfaba7b + 501c987 commit 2faf43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/ccx/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>${_('Schedule a Unit')}</h2>
<script>
$(function() {
schedule_template = _.template($('#ccx-schedule-template').html());
var view = new edx.ccxs.schedule.ScheduleView({
var view = new edx.ccx.schedule.ScheduleView({
el: $('#new-ccx-schedule')
});
view.render();
Expand Down

0 comments on commit 2faf43a

Please sign in to comment.