Common.js
From Eating Asturias, the Encyclopedia of Asturian Gastronomy
JonTillman (talk | contribs) m (Undo revision 4730 by JonTillman (talk)) Tag: Undo |
JonTillman (talk | contribs) m (Endnotes) |
||
| Line 4: | Line 4: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$('.mw-references-wrap').before('<h2> | $('.mw-references-wrap').before('<h2>Endnotes</h2>'); | ||
}); | }); | ||
Revision as of 19:46, 22 October 2022
/* Any JavaScript here will be loaded for all users on every page load. */
/* Extension:Cite References header */
$(document).ready(function(){
$('.mw-references-wrap').before('<h2>Endnotes</h2>');
});