working on editing shows

This commit is contained in:
Naomi 2011-02-09 14:12:07 -05:00
parent d86577716b
commit be5ec4c45d
5 changed files with 46 additions and 33 deletions

View file

@ -191,6 +191,10 @@ function buildScheduleDialog(json){
dialog.dialog('open');
}
function buildEditDialog(json){
}
function scheduleRefetchEvents() {
$("#schedule_calendar").fullCalendar( 'refetchEvents' );
}