mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Remove unused button element retrieval code from web, desktop
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user