X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.action%2Fmediawiki.action.edit.collapsibleFooter.js;h=011f9c55efc6e18b0b8459ab9421069f20619989;hp=e181472dfc2856ddfc7977872243273945f0a533;hb=ee734d0d3c7533bd9a690dbd71f5151da55c32ad;hpb=f5cda3a9e00bec26227f4d40de6b3d737ef3c534 diff --git a/resources/src/mediawiki.action/mediawiki.action.edit.collapsibleFooter.js b/resources/src/mediawiki.action/mediawiki.action.edit.collapsibleFooter.js index e181472dfc..011f9c55ef 100644 --- a/resources/src/mediawiki.action/mediawiki.action.edit.collapsibleFooter.js +++ b/resources/src/mediawiki.action/mediawiki.action.edit.collapsibleFooter.js @@ -53,9 +53,9 @@ for ( i = 0; i < collapsibleLists.length; i++ ) { // Pass to a function for iteration-local variables handleOne( - $editForm.find( collapsibleLists[i].listSel ), - $editForm.find( collapsibleLists[i].togglerSel ), - collapsibleLists[i].cookieName + $editForm.find( collapsibleLists[ i ].listSel ), + $editForm.find( collapsibleLists[ i ].togglerSel ), + collapsibleLists[ i ].cookieName ); } } );