# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: W:\www\dev\components\com_comprofiler\js # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/js/calendardateinput.js +++ components/com_comprofiler/js/calendardateinput.js @@ -405,7 +405,7 @@ } // if (this.isShowing()) this.show(); var DayPick = cbcalFixDayList(DayList, cbcalGetDayCount(this.picked.yearValue, MonthList.options[MonthList.selectedIndex].value)); - this.setPicked(this.picked.yearValue, this.picked.monthIndex, DayList.options[DayList.selectedIndex].value); //DayList.selectedIndex + 1 - SpaceForBlank); \ No newline at end of file + this.setPicked(this.picked.yearValue, MonthList.options[MonthList.selectedIndex].value, DayList.options[DayList.selectedIndex].value); //DayList.selectedIndex + 1 - SpaceForBlank); \ No newline at end of file if ((this.yeardropdownstop != '') && (YearList.selectedIndex == 0)) { var YearPick = cbcalFixYearList(YearList, this.picked.yearValue); }