fix: remove debug code that should not have made it in

v1.18.x
Julian Lam 6 years ago
parent 413259a2b8
commit af17c6e31c

@ -7,8 +7,6 @@ define('forum/recent', ['topicList'], function (topicList) {
app.enterRoom('recent_topics');
topicList.init('recent');
$('#new_topic').removeAttr('data-toggle');
$('#new_topic span.caret').remove();
};
return Recent;

Loading…
Cancel
Save