MediaWiki:Common.js: Difference between revisions

Jaime Prilusky (talk | contribs)
New page: →‎Any JavaScript here will be loaded for all users on every page load.: →‎<source lang="javascript">: //Overrides the function with the same name in http://svn.wikimedia.org/viewvc/me...
 
Eran Hodis (talk | contribs)
No edit summary
Line 199: Line 199:
         Button.firstChild.data = expandCaption;
         Button.firstChild.data = expandCaption;
     } else {
     } else {
        if ( hasClass( Tables[i], "ConSurf")) {
              jmolScript("select all;color blue;");
        }
         for ( var i = 1; i < Rows.length; i++ ) {
         for ( var i = 1; i < Rows.length; i++ ) {
             Rows[i].style.display = Rows[0].style.display;
             Rows[i].style.display = Rows[0].style.display;