diff --git a/public/scripts/group-chats.js b/public/scripts/group-chats.js index 3197158c7..bf53c4491 100644 --- a/public/scripts/group-chats.js +++ b/public/scripts/group-chats.js @@ -842,7 +842,6 @@ $(document).ready(() => { await getGroupChat(id); //to avoid the filter being lit up yellow and left at true while the list of character and group reseted. $("#filter_by_fav").removeClass("fav_on"); - $("#filter_by_fav").addClass("fav_off"); filterByFav = false; }