Search and Top Navigation
#3944 closed bug (fixed)
Opened January 25, 2009 10:03PM UTC
Closed January 26, 2009 12:12PM UTC
Error when using navigation option in accordion
| Reported by: | ebartels | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | ui.accordion | Version: | 1.6rc5 |
| Keywords: | navigation | Cc: | |
| Blocked by: | Blocking: |
Description
Line 25 reads:
if ( current.filter(options.header).length ) {
this.active = current;
} else {
Should be:
if ( current.filter(o.header).length ) {
this.active = current;
} else {
Attachments (0)
Change History (1)
Changed January 26, 2009 12:12PM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Thanks, fixed in r1799!