fixed on edit #1400

This commit is contained in:
barisusakli
2014-06-24 10:01:46 -04:00
parent c642493bce
commit d90d45261e

View File

@@ -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);
});
}