Jump to content

MediaWiki:Common.js: Difference between revisions

Jehan (talk | contribs)
No edit summary
Jehan (talk | contribs)
No edit summary
Line 32: Line 32:
     } else {
     } else {
         for ( i = 0; i < Rows.length; i++ ) {
         for ( i = 0; i < Rows.length; i++ ) {
             Rows[i].style.display = Rows[0].style.display;
             Rows[i].style.display = '';
         }
         }
         Button.firstChild.data = hideCaption;
         Button.firstChild.data = hideCaption;