Changes for page Home

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

From version 72.49
edited by Benjamin Fischer
on 2024/11/07 12:00
Change comment: There is no comment for this version
To version 72.47
edited by Benjamin Fischer
on 2024/11/07 11:57
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -17,14 +17,6 @@
17 17   },
18 18   renderEvents(events) {
19 19   console.debug("renderEvents", events);
20 - try {
21 - this._renderFun(events);
22 - } catch (e) {
23 - console.exception(e);
24 - }
25 - debugger;
26 - },
27 - _renderFun(events) {
28 28   const cf = this.opt("columnFormat") ?? "MMM";
29 29   const rf = this.opt("rowFormat") ?? "dd";
30 30   const df = this.opt("cellFormat") ?? "ddd";
... ... @@ -94,7 +94,9 @@
94 94   E("tbody", {class: "fc-body"}, days.map(d => E("tr", d))),
95 95   )
96 96   );
97 - }
89 +
90 + //debugger;
91 + },
98 98   }),
99 99   duration: { year: 1 },
100 100   });