#18582 closed defect (bug) (fixed)
Remove unneeded siblings('.widget-holder') from widgets.js
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | 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]: