fix error
This commit is contained in:
parent
b2a3fbc7c6
commit
3a0dffc1cb
|
@ -369,7 +369,7 @@
|
|||
}
|
||||
})
|
||||
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-today'),'show')
|
||||
}else{
|
||||
toggle_event(dom.find('td'),'hide')
|
||||
|
|
|
@ -509,7 +509,7 @@
|
|||
})
|
||||
if (!toggle_data){
|
||||
if (dom.find('td.w-calendar-today').length != 0){
|
||||
toggle_event(dom.find('td.w-calendar-today'),'show')
|
||||
toggle_event(dom.find('td.w-calendar-event.w-calendar-today'),'show')
|
||||
}else{
|
||||
toggle_event(dom.find('td'),'hide')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue