mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Implemented calendar category colors (closes #2368)
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
Reference in New Issue
Block a user