adding show button when form hides.
This commit is contained in:
parent
8cb91726f7
commit
cb8679e43e
|
@ -130,6 +130,7 @@ function setAddShowEvents() {
|
||||||
$("#schedule_calendar").width(y+z+50);
|
$("#schedule_calendar").width(y+z+50);
|
||||||
$("#schedule_calendar").fullCalendar('render');
|
$("#schedule_calendar").fullCalendar('render');
|
||||||
$("#add-show-form").hide();
|
$("#add-show-form").hide();
|
||||||
|
makeAddShowButton();
|
||||||
});
|
});
|
||||||
|
|
||||||
form.find("#add-show-submit")
|
form.find("#add-show-submit")
|
||||||
|
|
Loading…
Reference in New Issue