MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
m
Code test may have broken some gadgets (HotCat)
m (Test)
m (Code test may have broken some gadgets (HotCat))
Line 437: Line 437:
     } );
     } );
}
}
//Global Show/Hide
//Author: Princess Platinum
$(function() {
    $('#collapse-global').html('<a class="mediawiki-button" onclick="for (var i=0; i<50; i++) { "wikitable sortable collapsible collapsed"([i]); }">Show/Hide All</a>');
});




Navigation menu