1
0

fix frontend month & year loop calc error

This commit is contained in:
2021-03-06 15:29:18 +08:00
parent 4f8aa36518
commit 5d3f32ff21
2 changed files with 26 additions and 12 deletions

View File

@@ -298,7 +298,7 @@ function ccn_event_GetForm() {
} else if ($('#ccn-event-radioLoopYear').prop('checked')) {
loopRules = "Y{0}{1}".format(
isStrict ? "S" : "R",
$('#ccn-event-loopDay-inputSpan').val()
$('#ccn-event-loopYear-inputSpan').val()
);
}