|
@@ -15883,15 +15883,15 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
}
|
|
|
,
|
|
|
- monthCb: (item)=>{
|
|
|
- console.log(item);
|
|
|
- console.log(calendar.options.currentDate)
|
|
|
- //getCalendar(item)
|
|
|
+ monthCb: (month)=>{
|
|
|
+ console.log(month);
|
|
|
+ //console.log(calendar.options.currentDate)
|
|
|
+ getCalendar(year, month)
|
|
|
},
|
|
|
yearSelect: (yearText)=> {
|
|
|
console.log(yearText);
|
|
|
- console.log(calendar.options.currentDate)
|
|
|
- //getCalendar(item)
|
|
|
+ //console.log(calendar.options.currentDate)
|
|
|
+ getCalendar(yearText, month)
|
|
|
},
|
|
|
})
|
|
|
}
|