r86035 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86034‎ | r86035 | r86036 >
Date:07:37, 14 April 2011
Author:neilk
Status:ok
Tags:
Comment:
note about bug if collapseToggle applied to multiple elements
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -1584,6 +1584,8 @@
15851585 * Somewhat recapitulates mw.UploadWizardUtil.makeToggler,
15861586 * toggle() in vector.collapsibleNav.js, not to mention jquery.collapsible
15871587 * 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
15881590 */
15891591 jQuery.fn.collapseToggle = function() {
15901592 var $el = this;

Status & tagging log