As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

MediaWiki:Common.js

159 bytes added, 20:56, 20 January 2017
no edit summary
//Global Show/Hide
//Author: Princess Platinum
/*
$(function() {
$('#collapse-global').html('<a class="wikia-button" onclick="for (var i=0; i < 100; i++) { collapseTable([i]); }">Show/Hide All</a>');
});
*/
/* To make button appear put this here <div id="collapse-global">Loading...</div> */
 
$(function() {
$('.playground').html('<a class="wikia-button" onclick="for (var i=0; i < 100; i++) { collapseTable([i]); }">Show/Hide All</a>');
});

Navigation menu