https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41580
--- Comment #32 from Paul Derscheid <[email protected]> --- Created attachment 194976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194976&action=edit Bug 41580: (QA follow-up) Fix syntax error in holidays calendar options - The tidy introduced a semicolon inside the flatpickr options object literal which is a syntax error, breaking the calendar widget entirely - The syntax error also prevented the auto tidy from normalizing the surrounding code formatting - Replace with comma to match object property separator syntax To test: - Go to Tools → Calendar - Verify the calendar widget renders without JS errors Signed-off-by: Paul Derscheid <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
