Widget:indexSorterGrouper: Difference between revisions
Jump to navigation
Jump to search
Small workaround for the new & escape from the wiki framework |
m Updated the CSS class name |
||
| Line 3: | Line 3: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
// initially remove the paragraph | // initially remove the paragraph | ||
var parents = $(".mw- | var parents = $(".mw-heading").closest("h2"); | ||
parents.each(function() { | parents.each(function() { | ||
var parent = $(this); | var parent = $(this); | ||
| Line 307: | Line 307: | ||
$('.addedbysorter').remove(); | $('.addedbysorter').remove(); | ||
var parents = $(".mw- | var parents = $(".mw-heading").closest("h2"); | ||
parents.each(function() { | parents.each(function() { | ||
var parent = $(this); | var parent = $(this); | ||
Revision as of 20:45, 30 July 2025
Released on this server:
