Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
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>');
     }
     }
});
});