This commit is contained in:
barisusakli
2015-09-10 17:13:36 -04:00
parent 0bfc568ac3
commit a1c407acd0
11 changed files with 19 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ define('forum/categories', ['components', 'translator'], function(components, tr
templates.parse('categories', 'posts', {categories: {posts: posts}}, function(html) {
translator.translate(html, function(translatedHTML) {
translatedHTML = $(translatedHTML);
translatedHTML.find('img').addClass('img-responsive');
translatedHTML.find('img:not(.not-responsive)').addClass('img-responsive');
translatedHTML.find('.timeago').timeago();
callback(translatedHTML);
});