adding show button when form hides.

This commit is contained in:
naomiaro 2011-02-10 22:27:22 -05:00
parent 8cb91726f7
commit cb8679e43e
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ function setAddShowEvents() {
$("#schedule_calendar").width(y+z+50);
$("#schedule_calendar").fullCalendar('render');
$("#add-show-form").hide();
makeAddShowButton();
});
form.find("#add-show-submit")