diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 62e0f4f0f..12c993332 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -55,7 +55,8 @@ function dayClick(date, allDay, jsEvent, view){ //remove the +show button if it exists. if(addShow.length == 1){ var span = $(addShow).parent(); - $(span).prev().remove(); + + $(span).next().remove(); $(span).remove(); }