fixed on edit #1400

v1.18.x
barisusakli 11 years ago
parent c642493bce
commit d90d45261e

@ -110,6 +110,7 @@ define('forum/topic/events', ['forum/topic/browsing', 'forum/topic/postTools', '
editedPostEl.fadeOut(250, function() {
editedPostEl.html(data.content);
editedPostEl.find('img').addClass('img-responsive');
app.replaceSelfLinks(editedPostEl.find('a'));
editedPostEl.fadeIn(250);
});
}

Loading…
Cancel
Save