Changes for page Home

Last modified by Benjamin Fischer on 2025/06/04 14:20

From version 72.46
edited by Benjamin Fischer
on 2024/11/07 11:56
Change comment: There is no comment for this version
To version 72.45
edited by Benjamin Fischer
on 2024/11/07 11:55
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -9,7 +9,7 @@
9 9   const range = num => Array(num).fill().map((_, i) => i);
10 10   FC.defineView('monthCols', {
11 11   class: FC.View.extend({
12 - renderSkeleton() {},
12 + render() {},
13 13   renderEvents(events) {
14 14   const cf = this.opt("columnFormat") ?? "MMM";
15 15   const rf = this.opt("rowFormat") ?? "dd";