Fix Add Show button bug and update styling

This commit is contained in:
Duncan Sommerville 2015-07-13 13:23:24 -04:00
parent a9cddde877
commit 6d883d2fa4
4 changed files with 138 additions and 121 deletions

View file

@ -110,6 +110,8 @@ function dayClick(date, allDay, jsEvent, view){
$("#schedule-show-when").show();
openAddShowForm();
makeAddShowButton();
toggleAddShowButton();
}
}
}