xzw 4 lat temu
rodzic
commit
702122d35c
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      js/main_2020_show.js

+ 6 - 6
js/main_2020_show.js

@@ -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) 
                                                         },
                                                     })
                                             }