Skip to content

Commit b706f05

Browse files
authored
Merge pull request #190 from bmndc/dev
fix: #189
2 parents 30f9f61 + 3e2f428 commit b706f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-webpack/src/common/content/tweak_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export function loadTweaks() {
7474
loadShowPostAuthor();
7575
loadShowPostFlair();
7676
loadHidePostKarma();
77-
loadHideCommentKarma();
7877
loadHideVoteButtons();
7978
loadSideMenuToggleButton();
8079
loadUsernameHoverPopupDelay();
@@ -220,6 +219,7 @@ export function loadTweaks() {
220219
loadHideAwards();
221220
}, 500);
222221
loadLeftSideVoteButtons();
222+
loadHideCommentKarma();
223223
},
224224
});
225225

0 commit comments

Comments
 (0)