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

rtp-search.php - issue #108

@pradeep910

Description

@pradeep910

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions