Comment 111 for bug 307680

Revision history for this message
In , Philipp-bugzilla (philipp-bugzilla) wrote :

>+ // add listener to update the date filters
>+ getViewDeck().addEventListener("dayselect", updateCalendarToDoUnifinder, false);

If you add the listener here, you need to remove it somewhere too. I believe we have a finish function for the unifinder too.