Pick default colors for the calendar based on start time

This commit is contained in:
Albert Santoni 2015-08-28 18:16:55 -04:00
parent 13f62cc118
commit e1d5126e8b
4 changed files with 36 additions and 10 deletions

View file

@ -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();