add show button removed/readded properly.

This commit is contained in:
Naomi 2011-02-10 11:34:55 -05:00
parent b6c26a583b
commit a32550d625
3 changed files with 30 additions and 5 deletions

View file

@ -123,9 +123,6 @@ function setAddShowEvents() {
$("#schedule_calendar").width(y+z+50);
$("#schedule_calendar").fullCalendar('render');
$("#add-show-form").hide();
//in full-calendar-functions.js
makeAddShowButton();
});
$("#add-show-submit")