MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
$( function() { | $( function() { | ||
if($('#reflist-notes .reflist').text().length>10) { | if($('#reflist-notes .reflist').text().length>10) { | ||
$('#reflist-notes').before('<h2>Notes</h2>'); | $('#reflist-notes').before('<h2>Explanatory Notes</h2>'); | ||
} | } | ||
}); | }); | ||