Automoderated users, Bureaucrats, checkuser, developer, Interface administrators, Moderators, Administrators
680
edits
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>'); | ||
} | } | ||
}); | }); |
edits