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 180 navCalendar(calId, year, month, namespace); 244 navCalendar(calId, year, month, namespace); 2357 navCalendar(calId, year, month, originalNamespace); 3771 navCalendar(calId, year, month, namespace);
|
| H A D | CHANGELOG.md | 959 - Was calling non-existent `loadMonth()` - now uses correct `navCalendar()` 10669 navCalendar(...) or window.location.href = ... 10728 navCalendar(calId, year, month, originalNamespace); 10791 navCalendar(calId, year, month, originalNamespace); 10807 Solution: Call navCalendar() to reload via AJAX 10877 navCalendar() → Fetches and rebuilds calendar
|