only have add show button on full calendar when the add show form isn't displayed.

This commit is contained in:
Naomi 2011-02-10 11:28:56 -05:00
parent ac86fc50e8
commit b6c26a583b
2 changed files with 19 additions and 11 deletions

View file

@ -123,6 +123,9 @@ 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")