fix error
This commit is contained in:
parent
394374b1a6
commit
3f68c19491
|
@ -509,8 +509,8 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (!toggle_data){
|
if (!toggle_data){
|
||||||
if (dom.find('td.w-calendar-today').length != 0){
|
if (dom.find('td.w-calendar-event.w-calendar-today').length != 0){
|
||||||
toggle_event(dom.find('td.w-calendar-event.w-calendar-today'),'show')
|
toggle_event(dom.find('td.w-calendar-today'),'show')
|
||||||
}else{
|
}else{
|
||||||
toggle_event(dom.find('td'),'hide')
|
toggle_event(dom.find('td'),'hide')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue