مدیران رابط کاربری، مدیران، templateeditor
۲۴٬۴۶۴
ویرایش
جز (۱ نسخه واردشده) |
بدون خلاصۀ ویرایش برچسب: واگردانی دستی |
||
خط ۱: | خط ۱: | ||
( function ( | $(function() { // remove title from permalink | ||
$('#t-permalink > a').each(function () { | |||
$(this).prop('href', ($(this).prop('href') || '').replace(/title=[^&]*&/, '')); | |||
}); | |||
}); | |||
} |