Implemented calendar category colors (closes #2368)

This commit is contained in:
Bernd Bestel
2023-11-04 14:11:02 +01:00
parent b3a5128dbd
commit 80d7284d72
6 changed files with 132 additions and 9 deletions

View File

@@ -58,3 +58,10 @@ $(window).one("resize", function()
calendar.fullCalendar("changeView", "month");
}
});
$("#configure-colors-button").on("click", function(e)
{
e.preventDefault();
$("#configure-colors-modal").modal("show");
});