#18582 closed defect (bug) (fixed)
Remove unneeded siblings('.widget-holder') from widgets.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Widgets | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Currently we do this:
$(this).siblings('.widget-holder').parent().toggleClass('closed');
However, since the parent() of the current element is the same as the parent of it's siblings I don't think we need to move to a sibling at all.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In [18634]: