MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
m (Show All didn't work)
m (Test)
Line 437: Line 437:
     } );
     } );
}
}
//Global Show/Hide
//Author: Princess Platinum
$(function() {
    $('#collapse-global').html('<a class="mediawiki-button" onclick="for (var i=0; i < 220; i++) { wikitable([i]); }">Show/Hide All</a>');
});