mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Remove unused button element retrieval code from web, desktop
This commit is contained in:
parent
877532a167
commit
56a1a61c77
2 changed files with 0 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue