Skip to content

Commit

Permalink
Merge branch 'MDL-58464-int-fix-1' of git://github.com/ryanwyllie/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 18, 2017
2 parents 762550d + 318d1f5 commit 0680dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/myoverview/templates/timeline-view-courses.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
CustomEvents.define(root, [CustomEvents.events.activate]);
// Show more courses and load their events when the user clicks the "more courses"
// button.
root.on(CustomEvents.events.activate, '[data-action="more-courses"]', function(e) {
root.on(CustomEvents.events.activate, '[data-action="more-courses"]', function(e, data) {
var button = $(e.target);
var blocks = root.find('[data-region="course-block"].hidden');
Expand Down

0 comments on commit 0680dca

Please sign in to comment.