mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
fixes a bug in instant updates on category view
This commit is contained in:
@@ -59,7 +59,7 @@ define('forum/categories', ['components', 'translator'], function(components, tr
|
||||
}
|
||||
|
||||
function parseAndTranslate(posts, callback) {
|
||||
templates.parse('categories', 'posts', {categories: {posts: posts}}, function(html) {
|
||||
templates.parse('categories', 'categories.posts', {categories: {posts: posts}}, function(html) {
|
||||
translator.translate(html, function(translatedHTML) {
|
||||
translatedHTML = $(translatedHTML);
|
||||
translatedHTML.find('img:not(.not-responsive)').addClass('img-responsive');
|
||||
|
||||
Reference in New Issue
Block a user