diff options
-rw-r--r-- | source/features/reactions-avatars.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/reactions-avatars.tsx b/source/features/reactions-avatars.tsx index 4b1b4d2c..6cd33291 100644 --- a/source/features/reactions-avatars.tsx +++ b/source/features/reactions-avatars.tsx @@ -76,6 +76,6 @@ features.add({ include: [ features.hasComments ], - load: features.onAjaxedPages, + load: features.onNewComments, init }); |