mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Reload calendar after color config changed (references #2368)
This commit is contained in:
@@ -65,3 +65,8 @@ $("#configure-colors-button").on("click", function(e)
|
||||
|
||||
$("#configure-colors-modal").modal("show");
|
||||
});
|
||||
|
||||
$("#configure-colors-modal").on("hidden.bs.modal", function(e)
|
||||
{
|
||||
window.location.href = U('/calendar');
|
||||
})
|
||||
|
Reference in New Issue
Block a user