Remove unused button element retrieval code from web, desktop

This commit is contained in:
Debanjum Singh Solanky 2023-11-26 05:49:52 -08:00
parent 877532a167
commit 56a1a61c77
2 changed files with 0 additions and 2 deletions

View file

@ -551,7 +551,6 @@
let mediaRecorder;
async function speechToText() {
const speakButton = document.getElementById('speak-button');
const speakButtonImg = document.getElementById('speak-button-img');
const chatInput = document.getElementById('chat-input');

View file

@ -574,7 +574,6 @@ To get started, just start typing below. You can also type / to see a list of co
let mediaRecorder;
function speechToText() {
const speakButton = document.getElementById('speak-button');
const speakButtonImg = document.getElementById('speak-button-img');
const chatInput = document.getElementById('chat-input');