mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
feat: setting to show signatures only once in topics, closes #10071
This commit is contained in:
@@ -40,7 +40,7 @@ define('forum/topic', [
|
||||
app.enterRoom('topic_' + tid);
|
||||
|
||||
posts.onTopicPageLoad(components.get('post'));
|
||||
|
||||
posts.signaturesShown = {};
|
||||
navigator.init('[component="post"]', ajaxify.data.postcount, Topic.toTop, Topic.toBottom, utils.debounce(Topic.navigatorCallback, 500));
|
||||
|
||||
postTools.init(tid);
|
||||
|
||||
Reference in New Issue
Block a user