mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for 'recognition is undefined'
This commit is contained in:
parent
c9f532dc77
commit
205913fa7d
@ -164,9 +164,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onMicrophoneClick() {
|
function onMicrophoneClick() {
|
||||||
//$('#search').val("find david");
|
if (!recognition) {
|
||||||
//$('#search-form').submit();
|
return;
|
||||||
//return;
|
}
|
||||||
|
|
||||||
$('.fa-microphone').hide();
|
$('.fa-microphone').hide();
|
||||||
$('#search').val("{{ trans('texts.listening') }}");
|
$('#search').val("{{ trans('texts.listening') }}");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user