diff --git a/public/script.js b/public/script.js index bdd0ccb93..277453e37 100644 --- a/public/script.js +++ b/public/script.js @@ -331,7 +331,7 @@ var menu_type = ""; //what is selected in the menu var selected_button = ""; //which button pressed //create pole save var create_save_name = ""; -var create_fav_chara = "0"; +var create_fav_chara = ""; var create_save_description = ""; var create_save_personality = ""; var create_save_first_message = ""; @@ -3777,12 +3777,10 @@ $(document).ready(function () { : $(this).hide(); } }); - $("#filter_by_fav").removeClass("fav_off"); $("#filter_by_fav").addClass("fav_on"); }else{ $(selector).show(); $("#filter_by_fav").removeClass("fav_on"); - $("#filter_by_fav").addClass("fav_off"); } }); diff --git a/public/style.css b/public/style.css index 5700fdf16..c132061bc 100644 --- a/public/style.css +++ b/public/style.css @@ -912,9 +912,6 @@ select option:not(:checked) { .fav_on { color: #ffff00 !important; } -.fav_off { - color: #fff !important; -} #api_url_text, #textgenerationwebui_api_url_text {