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