Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
d562a26f4b
12 changed files with 72 additions and 19 deletions
|
@ -336,6 +336,19 @@ function setAddShowEvents() {
|
|||
$("#add_show_end_date").val(end_date);
|
||||
$("#add_show_start_date").val(start_date);
|
||||
showErrorSections();
|
||||
}else if(json.edit){
|
||||
$("#schedule_calendar").removeAttr("style")
|
||||
.fullCalendar('render');
|
||||
|
||||
$("#add-show-form").hide();
|
||||
$.get("/Schedule/get-form", {format:"json"}, function(json){
|
||||
$("#add-show-form")
|
||||
.empty()
|
||||
.append(json.form);
|
||||
|
||||
setAddShowEvents();
|
||||
});
|
||||
makeAddShowButton();
|
||||
}
|
||||
else {
|
||||
$("#add-show-form")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue