fix: #9150, fix selector so it doesn't add img-responsive to profile pics

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 1dd1d3b064
commit 183cabe90f

@ -19,7 +19,7 @@ define('forum/account/profile', [
}; };
function processPage() { function processPage() {
$('[component="posts"] img:not(.not-responsive), [component="aboutme"] img:not(.not-responsive)').addClass('img-responsive'); $('[component="posts"] [component="post/content"] img:not(.not-responsive), [component="aboutme"] img:not(.not-responsive)').addClass('img-responsive');
} }
function onUserStatusChange(data) { function onUserStatusChange(data) {

Loading…
Cancel
Save