CC-1915 playlist name no longer required in form, defaults to "Untitled Playlist"
This commit is contained in:
parent
4cf5a46c67
commit
12dbdf8f4c
7 changed files with 8 additions and 11 deletions
|
@ -124,7 +124,7 @@ function viewDisplay( view ) {
|
|||
opt.defaultView = view.name;
|
||||
$(calendarEl).fullCalendar('destroy');
|
||||
$(calendarEl).fullCalendar(opt);
|
||||
$(calendarEl).fullCalendar( 'gotoDate', d )
|
||||
$(calendarEl).fullCalendar( 'gotoDate', d );
|
||||
});
|
||||
|
||||
var x = $(view.element).find(".fc-agenda-head th:first");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue