remove unnecessary addClass from group-chats.js

This commit is contained in:
Wilfred Chen
2023-04-23 03:09:36 +08:00
parent 49aae69ea8
commit 5eb4746f0e

View File

@@ -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;
}