Forum Replies Created

Viewing 2 replies - 181 through 182 (of 182 total)
  • onwebkitspeechchange=”this.form.submit();”

    Is a Javascript event, not CSS. You need to update your JS file:

    1. Grab search box via class or id.
    2. Add event handler: onwebkitspeechchange
    3. On firing event: this.form.submit();

    As for your question, unfortunately I do not know where is a “safe” place to store JS code that would not be overwritten on next update.

    What you can do is create a JS file with all your JS code and just link to it in the header simply using:
    <script src=”myscripts.js”></script>

    On next update just remember to check that line is still there.

    Forum: Plugins
    In reply to: Bulletin/Stick Notes
    Thread Starter Oded Talmon

    (@odedta)

    bump

Viewing 2 replies - 181 through 182 (of 182 total)