xzw před 4 roky
rodič
revize
702122d35c
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  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) 
                                                         },
                                                     })
                                             }