MediaWiki:Common.js: Difference between revisions

no edit summary
m (Reverted edits by Kolano (talk) to last revision by Jhonn)
No edit summary
Line 59: Line 59:
             Rows[i].style.display = "none";
             Rows[i].style.display = "none";
         }
         }
alert(document.getElementById( "collapsibleTable" + tableIndex ));
alert(document.getElementById( "collapsibleTable" + tableIndex ).className);
alert(document.getElementById( "collapsibleTable" + tableIndex ).className.indexOf("testresults"));
         Button.firstChild.data = expandCaption;
         Button.firstChild.data = expandCaption;
     } else {
     } else {