Skip to content

Commit

Permalink
Merge branch 'MDL-59676-master' of git://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 23, 2017
2 parents dcc8096 + ff5e2d9 commit 9e41301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendar/amd/build/calendar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion calendar/amd/src/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ define([
CalendarViewManager.reloadCurrentMonth();
});
body.on(CalendarEvents.updated, function() {
window.location.reload();
CalendarViewManager.reloadCurrentMonth();
});
body.on(CalendarEvents.editActionEvent, function(e, url) {
// Action events needs to be edit directly on the course module.
Expand Down

0 comments on commit 9e41301

Please sign in to comment.