Skip to content

Commit

Permalink
Update OnlyStarter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SwaggyMacro committed Apr 22, 2022
1 parent bfee6d3 commit 54262e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/src/forum/components/OnlyStarter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ export default function () {
onlyStarter = true;
$(".OnlyStarter span").text(textNotOnlyStarter);
}else{
$(".PostStream").each(function(){
$(".CommentPost").each(function(){
$(this).css("display", "block");
});
onlyStarter = false;
$(".OnlyStarter span").text(textOnlyStarter);
}
console.log(onlyStarter);
});
});

Expand Down

0 comments on commit 54262e4

Please sign in to comment.