mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Remove unused button element retrieval code from web, desktop
This commit is contained in:
@@ -551,7 +551,6 @@
|
|||||||
|
|
||||||
let mediaRecorder;
|
let mediaRecorder;
|
||||||
async function speechToText() {
|
async function speechToText() {
|
||||||
const speakButton = document.getElementById('speak-button');
|
|
||||||
const speakButtonImg = document.getElementById('speak-button-img');
|
const speakButtonImg = document.getElementById('speak-button-img');
|
||||||
const chatInput = document.getElementById('chat-input');
|
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;
|
let mediaRecorder;
|
||||||
function speechToText() {
|
function speechToText() {
|
||||||
const speakButton = document.getElementById('speak-button');
|
|
||||||
const speakButtonImg = document.getElementById('speak-button-img');
|
const speakButtonImg = document.getElementById('speak-button-img');
|
||||||
const chatInput = document.getElementById('chat-input');
|
const chatInput = document.getElementById('chat-input');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user