Skip to content

Commit 98c91ef

Browse files
committed
css
1 parent 5382d4e commit 98c91ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ select {
10011001
#theme_toggle {
10021002
background-color: var(--theme-toggle-bg);
10031003
margin: 5px 0;
1004-
color: var(--theme-toggle-cl);
1004+
/* color: var(--theme-toggle-cl); */
10051005
}
10061006

10071007
.history {

js/search_chats.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function escapeRegExp(string) {
99

1010
function openOldChat(chat_id) {
1111
let chat = document.querySelector("[data-id='" + chat_id + "']");
12-
console.log(chat)
1312
if(chat){
1413
closeDialogs();
1514
if(can_delete_history){

0 commit comments

Comments
 (0)