removing js that isn't needed, don't have slot minute option on month view.
This commit is contained in:
parent
f2b8f1d39d
commit
f71a4420a6
8 changed files with 10 additions and 25 deletions
|
@ -22,10 +22,11 @@ function dayClick(date, allDay, jsEvent, view) {
|
|||
}
|
||||
|
||||
function viewDisplay( view ) {
|
||||
|
||||
|
||||
$('.schedule_change_slots').remove();
|
||||
|
||||
if(view.name === 'agendaDay' || view.name === 'agendaWeek') {
|
||||
|
||||
$('.schedule_change_slots').remove();
|
||||
var calendarEl = this;
|
||||
|
||||
var select = $('<select class="schedule_change_slots"/>')
|
||||
|
@ -76,7 +77,6 @@ function eventRender(event, element, view) {
|
|||
}
|
||||
|
||||
$(element).find(".fc-event-title").after(div);
|
||||
|
||||
}
|
||||
|
||||
if(event.backgroundColor !== "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue