MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* اضافه کردن تیتر برای یادداشت ها */ | /* اضافه کردن تیتر برای یادداشت ها */ | ||
$( 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>'); | ||
} | } | ||
}); | }); | ||