MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 134: Line 134:
             ButtonLink.setAttribute( "href", "javascript:toggleTableView(" + tableIndex + ");" );
             ButtonLink.setAttribute( "href", "javascript:toggleTableView(" + tableIndex + ");" );
             ButtonLink.appendChild( ButtonText );
             ButtonLink.appendChild( ButtonText );
             Button.appendChild( document.createTextNode( "[" ) );
             Button.appendChild( document.createTextNode( "<font style='color:white;'>[" ) );
             Button.appendChild( ButtonLink );
             Button.appendChild( ButtonLink );
             Button.appendChild( document.createTextNode( "]" ) );
             Button.appendChild( document.createTextNode( "]</font>" ) );
 


             /* Load the next header and table for the next iteration */
             /* Load the next header and table for the next iteration */
25,204

edits