mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-23 21:00:11 +02:00
closes #2686
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user