مدیاویکی:Common.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
if($('#mw-content-text').not(":has('#editform')")){
$('#mw-content-text').not(":has('#editform')").each(function(){
$('#mw-content-text').html(farsi_number($('#mw-content-text').html()));
$(this).html(farsi_number($(this).html()));
}
})


function farsi_number(html_string){
function farsi_number(html_string){