|
@@ -1746,11 +1746,11 @@ function dateConsole(dateType,flg){
|
|
|
startDate = new Date(getCookie("behosDateStart"))
|
|
|
endDate = new Date(getCookie("behosDateEnd"))
|
|
|
ownSelectDate = 3
|
|
|
- // $(".monthYear .year").css({
|
|
|
- // "border-color":'#A5ADBF',
|
|
|
- // color:'#A5ADBF',
|
|
|
- // backgroundColor:'#203463'
|
|
|
- // })
|
|
|
+ $(".monthYear .year").css({
|
|
|
+ "border-color":'#A5ADBF',
|
|
|
+ color:'#A5ADBF',
|
|
|
+ backgroundColor:'#203463'
|
|
|
+ })
|
|
|
$(".monthYear .mon").css({
|
|
|
"border-color":'#A5ADBF',
|
|
|
color:'#A5ADBF',
|