Spaces:
Sleeping
Sleeping
- fix mic error
Browse files- frontend/index.html +1 -1
frontend/index.html
CHANGED
@@ -446,7 +446,7 @@
|
|
446 |
|
447 |
recognition.onerror = function (event) {
|
448 |
micBubble.classList.remove("recording", "voice-active");
|
449 |
-
alert('Terjadi kesalahan: ' + event.error);
|
450 |
};
|
451 |
}
|
452 |
</script>
|
|
|
446 |
|
447 |
recognition.onerror = function (event) {
|
448 |
micBubble.classList.remove("recording", "voice-active");
|
449 |
+
// alert('Terjadi kesalahan: ' + event.error);
|
450 |
};
|
451 |
}
|
452 |
</script>
|