Opened 11 years ago
Closed 11 years ago
#311 closed defect (bug) (fixed)
Can't filter by topic on reports page
Reported by: | mikemanger | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch needs-testing |
Cc: |
Description
There is a JavaScript error preventing me from selecting either a component or focus on the root reports page.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
311.patch I haven't tested this fully but I assume this is because you can't pass
$
using jQuery's.on()
method, using the conventional.ready()
method should fix this.EDIT: I have tested it, just not in the production environment.