From 8a1993ddf4eee15ffedc0228c10f7d3b2336ad43 Mon Sep 17 00:00:00 2001 From: Wilfred Chen <46327334+wilfredchen@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:06:22 +0800 Subject: [PATCH] trying to fix unreliable yellow fav icon left behind after selecting fav character --- public/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/script.js b/public/script.js index 7d06136c5..b09732e5d 100644 --- a/public/script.js +++ b/public/script.js @@ -3837,8 +3837,6 @@ $(document).ready(function () { selected_button = "character_edit"; select_selected_character(this_chid); } - $("#character_search_bar").val("").trigger("input"); - $("#filter_by_fav").css("color","#FFFFFF"); //reset the fav to white. });