|
|
|
@ -73,7 +73,7 @@ if (EXPO.profile.calendar) { |
|
|
|
result = 0, |
|
|
|
result = 0, |
|
|
|
width = self.opt.cellWidth, |
|
|
|
width = self.opt.cellWidth, |
|
|
|
$calendar = $('#' + self.opt.calenadrId), |
|
|
|
$calendar = $('#' + self.opt.calenadrId), |
|
|
|
currentDay = $calendar.find('td.' + self.opt.currentDayClass).index(), |
|
|
|
currentDay = $calendar.find('.'+self.opt.daysClass+' td.' + self.opt.currentDayClass).index(), |
|
|
|
onestep = self.opt.cellsToScroll, |
|
|
|
onestep = self.opt.cellsToScroll, |
|
|
|
allDays = $calendar.find('.'+self.opt.daysClass+' td').length, |
|
|
|
allDays = $calendar.find('.'+self.opt.daysClass+' td').length, |
|
|
|
stepsCount, |
|
|
|
stepsCount, |
|
|
|
|