Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1584,6 +1584,8 @@ |
1585 | 1585 | * Somewhat recapitulates mw.UploadWizardUtil.makeToggler, |
1586 | 1586 | * toggle() in vector.collapsibleNav.js, not to mention jquery.collapsible |
1587 | 1587 | * but none of those do what we want, or are inaccessible to us |
| 1588 | + * |
| 1589 | + * TODO needs to iterate through elements, if we want to apply toggling behavior to many elements at once |
1588 | 1590 | */ |
1589 | 1591 | jQuery.fn.collapseToggle = function() { |
1590 | 1592 | var $el = this; |