Pick default colors for the calendar based on start time
This commit is contained in:
parent
13f62cc118
commit
e1d5126e8b
4 changed files with 36 additions and 10 deletions
|
@ -112,6 +112,7 @@ function dayClick(date, allDay, jsEvent, view){
|
|||
$("#add_show_start_time").val(startTime_string)
|
||||
$("#add_show_end_time").val(endTimeString)
|
||||
}
|
||||
calculateShowColor();
|
||||
$("#schedule-show-when").show();
|
||||
|
||||
openAddShowForm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue