Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

rtp-search.php - issue #108

Open
pradeep910 opened this issue Jul 2, 2014 · 0 comments
Open

rtp-search.php - issue #108

pradeep910 opened this issue Jul 2, 2014 · 0 comments

Comments

@pradeep910
Copy link
Collaborator

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant