mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
widget uses LazyElemnt
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
id="widget__verification-checkbox"
|
||||
class="widget__verification-checkbox"
|
||||
type="checkbox" />
|
||||
<span class="widget__verification-text--before">I'm not a robot</span>
|
||||
<span class="widget__verification-text--during">Processing...</span>
|
||||
<span class="widget__verification-text--after">Verified!</span>
|
||||
<span class="widget__verification-text--error">Something wen't wrong</span>
|
||||
<span id="widget__verification-text--before">I'm not a robot</span>
|
||||
<span id="widget__verification-text--during">Processing...</span>
|
||||
<span id="widget__verification-text--after">Verified!</span>
|
||||
<span id="widget__verification-text--error">Something wen't wrong</span>
|
||||
</label>
|
||||
<div class="widget__mcaptcha-details">
|
||||
<a href="<.= crate::PKG_HOMEPAGE .>"
|
||||
|
||||
Reference in New Issue
Block a user