Widget:indexSorterGrouper: Difference between revisions
Jump to navigation
Jump to search
m Wiki now uses DIV instead of H2? WHY?! |
m Maybe small fix as it still relied on h2 headings |
||
| Line 310: | Line 310: | ||
parents.each(function() { | parents.each(function() { | ||
var parent = $(this); | var parent = $(this); | ||
// All elements inside the paragraph after the | // All elements inside the paragraph after the .mw-heading2 which have special class | ||
var elements = parent.nextUntil(" | var elements = parent.nextUntil(".mw-heading2", ".gfl-doll-card"); | ||
elements.detach().sort(comparer); | elements.detach().sort(comparer); | ||
Latest revision as of 22:46, 30 July 2025
Released on this server:
