Reload calendar after color config changed (references #2368)

This commit is contained in:
Bernd Bestel
2023-11-04 14:18:51 +01:00
parent 80d7284d72
commit dc05476d09
2 changed files with 9 additions and 2 deletions

View File

@@ -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');
})