mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-08 16:42:48 +01:00
this doesnt exist on topics page
This commit is contained in:
@@ -40,8 +40,6 @@ define(['forum/accountheader'], function(header) {
|
||||
var html = templates.parse(templates.getBlock(accounttopics, 'topics'), {topics: topics});
|
||||
|
||||
translator.translate(html, function(translatedHTML) {
|
||||
$('#category-no-topics').remove();
|
||||
|
||||
html = $(translatedHTML);
|
||||
$('#topics-container').append(html);
|
||||
html.find('span.timeago').timeago();
|
||||
|
||||
Reference in New Issue
Block a user