Opened 16 years ago
Closed 15 years ago
#1330 closed bug (wontfix)
Accordion - typo in setting the "onHide" callback
Reported by: | Conrad | Owned by: | stefan |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | interface | Version: | |
Keywords: | Accordion | Cc: | |
Blocked by: | Blocking: |
Description
During the initialization method in Accordion, the option line:
onHide: options.onShow && typeof options.onHide == 'function' ? options.onHide : false,
should be
onHide: options.onHide && typeof options.onHide == 'function' ? options.onHide : false,
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.