Home
last modified time | relevance | path

Searched hist:"9 efb703b91855feb8790f3eaa0690fd80af35b0f" (Results 1 – 2 of 2) sorted by relevance

/plugin/captcha/
H A Dscript.js9efb703b91855feb8790f3eaa0690fd80af35b0f Sat Feb 27 11:36:06 UTC 2021 Stefan Bethke <stb@lassitu.de> In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting the page, I found JS code that tries to extract the link to the audio snipped from an anchor tag, and then attaches a hander to the anchor that starts playing the audio and stop event processing. About line 16 in script.js

This change makes the JS code more specific.

H A Dhelper.php9efb703b91855feb8790f3eaa0690fd80af35b0f Sat Feb 27 11:36:06 UTC 2021 Stefan Bethke <stb@lassitu.de> In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting the page, I found JS code that tries to extract the link to the audio snipped from an anchor tag, and then attaches a hander to the anchor that starts playing the audio and stop event processing. About line 16 in script.js

This change makes the JS code more specific.