Skip to content

Commit

Permalink
MDL-59713 calendar: fix nav link ajax reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Aug 30, 2017
1 parent f6e8cc8 commit a06b3a2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendar/amd/build/view_manager.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/view_manager.js
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ define(['jquery', 'core/templates', 'core/notification', 'core_calendar/reposito

var SELECTORS = {
ROOT: "[data-region='calendar']",
CALENDAR_NAV_LINK: "span.calendarwrapper .arrow_link",
CALENDAR_NAV_LINK: ".calendarwrapper .arrow_link",
CALENDAR_MONTH_WRAPPER: ".calendarwrapper",
};

0 comments on commit a06b3a2

Please sign in to comment.