MediaWiki:Common.js: Difference between revisions

m
Show All didn't work
m (Some adjustments)
m (Show All didn't work)
Line 437: Line 437:
     } );
     } );
}
}
//Global Show/Hide
//Author: Princess Platinum
$(function() {
    $('#collapse-global').html('<a class="sv-button" onclick="for (var i=0; i < 201; i++) { collapseTable([i]); }">Show/Hide All</a>');
});