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=d92845c2295d982c80312880c3fae788450676ea;hpb=f8ab4e5ffee1cfb53da38d3dffcd37ffe4e2abbc 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 ); } } );