CC-1915 playlist name no longer required in form, defaults to "Untitled Playlist"

This commit is contained in:
Naomi 2011-02-11 15:59:16 -05:00
parent 4cf5a46c67
commit 12dbdf8f4c
7 changed files with 8 additions and 11 deletions

View file

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