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