Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.58
edited by Benjamin Fischer
on 2024/11/07 12:23
on 2024/11/07 12:23
Change comment:
There is no comment for this version
To version 72.57
edited by Benjamin Fischer
on 2024/11/07 12:18
on 2024/11/07 12:18
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -47,7 +47,7 @@ 47 47 const ms = ys.clone().add({month}) 48 48 const me = ms.clone().add({month: 1}); 49 49 const md = me.diff(ms, "days"); 50 - const mv = yv.filter(t => ms.isBefore(t.end) &&t.start.isBefore(me));50 + const mv = yv.filter(t => ms.isBefore(t.end) || t.start.isBefore(me)); 51 51 52 52 head.push(E("th", {colspan}, ms.format(cf))); 53 53