diff --git a/index.html b/index.html index 252c1fe..71a1236 100644 --- a/index.html +++ b/index.html @@ -596,7 +596,7 @@ - + diff --git a/js/voice-mode.js b/js/voice-mode.js index aa202ac..da402b4 100644 --- a/js/voice-mode.js +++ b/js/voice-mode.js @@ -72,7 +72,7 @@ return document.getElementById('chatInput') || document.querySelector('.chat-input textarea, .chat-input input'); } function findSendBtn() { - return document.getElementById('chatSendBtn') || document.querySelector('.chat-send-btn, button[data-chat-send]'); + return document.getElementById('chatSend') || document.querySelector('.chat-send, #chatSend'); } function submitChat() { const input = findInput();