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() {
|
||||
//$('#search').val("find david");
|
||||
//$('#search-form').submit();
|
||||
//return;
|
||||
if (!recognition) {
|
||||
return;
|
||||
}
|
||||
|
||||
$('.fa-microphone').hide();
|
||||
$('#search').val("{{ trans('texts.listening') }}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user