v1.18.x
Barış Soner Uşaklı 10 years ago
parent d20628a8d4
commit 7d963e52cf

@ -41,6 +41,9 @@ define('forum/account/profile', ['forum/account/header', 'forum/infinitescroll']
function processPage() {
$('.user-recent-posts img, .post-signature img').addClass('img-responsive');
$('.user-recent-posts blockquote').prev('p').remove();
$('.user-recent-posts blockquote').remove();
}
function updateButtons() {

Loading…
Cancel
Save