الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.js»
لا ملخص تعديل |
لا ملخص تعديل |
||
| سطر ٢: | سطر ٢: | ||
$( function() { | $( function() { | ||
if($('#reflist-notes .reflist').text().length>10) { | if($('#reflist-notes .reflist').text().length>10) { | ||
$('#reflist-notes').before('<h2> | $('#reflist-notes').before('<h2>ملاحظات</h2>'); | ||
} | } | ||
}); | }); | ||