mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
refactor: remove unused helpers
This commit is contained in:
@@ -10,8 +10,7 @@ define('forum/topic/posts', [
|
||||
'components',
|
||||
'translator',
|
||||
'hooks',
|
||||
'helpers',
|
||||
], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks, helpers) {
|
||||
], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks) {
|
||||
const Posts = { };
|
||||
|
||||
Posts.signaturesShown = {};
|
||||
|
||||
Reference in New Issue
Block a user