Add project calendars (merge/refactoring of #490)
This commit is contained in:
@@ -6,6 +6,9 @@ $(function() {
|
||||
if (Kanboard.Exists("board")) {
|
||||
Kanboard.Board.Init();
|
||||
}
|
||||
else if (Kanboard.Exists("calendar")) {
|
||||
Kanboard.Calendar.Init();
|
||||
}
|
||||
else if (Kanboard.Exists("task-section")) {
|
||||
Kanboard.Task.Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user