Searched refs:navCalendar (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| H A D | calendar-main.js | 133 navCalendar(calId, year, month, namespace); 137 window.navCalendar = function(calId, year, month, namespace) { function 175 navCalendar(calId, year, month, namespace); 239 navCalendar(calId, year, month, namespace); 2342 navCalendar(calId, year, month, originalNamespace); 3754 navCalendar(calId, year, month, namespace);
|
| H A D | CHANGELOG.md | 868 - Was calling non-existent `loadMonth()` - now uses correct `navCalendar()` 10578 navCalendar(...) or window.location.href = ... 10637 navCalendar(calId, year, month, originalNamespace); 10700 navCalendar(calId, year, month, originalNamespace); 10716 Solution: Call navCalendar() to reload via AJAX 10786 navCalendar() → Fetches and rebuilds calendar
|