More actions
Created page with "→All JavaScript here will be loaded for users of the Citizen skin: mw.hook('wikipage.content').add(function($content) { $content.find('.mw-headline').each(function() { var $header = $(this); var $section = $header.nextUntil('h2, h3, h4, h5, h6'); if ($section.length) { // Wrap section content in a div $section.wrapAll('<div class="citizen-collapsed-section" style="display: none;"></div>'); // Add togg..." |
Replaced content with "→All JavaScript here will be loaded for users of the Citizen skin: " Tag: Replaced |
||
Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the Citizen skin */ | /* All JavaScript here will be loaded for users of the Citizen skin */ | ||
Revision as of 04:02, 2 April 2025
/* All JavaScript here will be loaded for users of the Citizen skin */