adding class input_select, changing problem with min resolution select html.

This commit is contained in:
Naomi 2011-02-09 18:47:49 -05:00
parent d210a36358
commit e95b877960
2 changed files with 6 additions and 3 deletions

View file

@ -23,13 +23,15 @@ function dayClick(date, allDay, jsEvent, view) {
function viewDisplay( view ) {
$('.schedule_change_slots').remove();
var td = $('.schedule_change_slots').parent();
td.prev().remove();
td.remove();
if(view.name === 'agendaDay' || view.name === 'agendaWeek') {
var calendarEl = this;
var select = $('<select class="schedule_change_slots"/>')
var select = $('<select class="schedule_change_slots input_select"/>')
.append('<option value="5">5 min</option>')
.append('<option value="10">10 min</option>')
.append('<option value="15">15 min</option>')