Content deleted Content added
Polygnotus (talk | contribs) No edit summary |
Polygnotus (talk | contribs) No edit summary |
||
Line 16:
// Highlight all the "Jump up to" links in the current reference
citationElement.find('.mw-cite-backlink a
$(this).addClass('reference-highlight');
});
// Highlight the clicked element differently
$(clickedElement
}
Line 42:
e.preventDefault();
var href = $(this).attr('href');
var baseId =
highlightReferences(baseId, this);
|