only have add show button on full calendar when the add show form isn't displayed.
This commit is contained in:
parent
ac86fc50e8
commit
b6c26a583b
2 changed files with 19 additions and 11 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue