You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Following is the error we get on rtp-search.php
The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.
/lib/rtp-search.php:
27 $placeholder = 'placeholder="' . apply_filters( 'rtp_search_placeholder', __( 'Search Here...', 'rtPanel' ) ) . '" ';
28 }
29: $chrome_voice_search = ( $is_chrome ) ? ' x-webkit-speech="x-webkit-speech" speech="speech" onwebkitspeechchange="this.form.submit();"' : '';
30 $form = '
I think it will get resolved if we use: https://github.com/raphamorim/sound-hunter/ (Not sure)
The text was updated successfully, but these errors were encountered: