furnace.recaptcha: fix load error
parent
3189c8d7a1
commit
274a6ec5ce
|
@ -14,9 +14,6 @@ HELP: <recaptcha>
|
||||||
HELP: recaptcha-error
|
HELP: recaptcha-error
|
||||||
{ $var-description "Set to the error string returned by the recaptcha server." } ;
|
{ $var-description "Set to the error string returned by the recaptcha server." } ;
|
||||||
|
|
||||||
HELP: recaptcha-valid?
|
|
||||||
{ $var-description "Set to " { $link t } " if the user solved the last recaptcha correctly." } ;
|
|
||||||
|
|
||||||
HELP: validate-recaptcha
|
HELP: validate-recaptcha
|
||||||
{ $description "Validates a recaptcha using the recaptcha web service API." } ;
|
{ $description "Validates a recaptcha using the recaptcha web service API." } ;
|
||||||
|
|
||||||
|
@ -45,14 +42,9 @@ ARTICLE: "furnace.recaptcha" "Recaptcha support for Furnace"
|
||||||
{ $subsections <recaptcha> }
|
{ $subsections <recaptcha> }
|
||||||
"Validating recaptcha:"
|
"Validating recaptcha:"
|
||||||
{ $subsections validate-recaptcha }
|
{ $subsections validate-recaptcha }
|
||||||
"Symbols set after validation:"
|
"Symbol set after validation:"
|
||||||
{ $subsections
|
{ $subsections recaptcha-error }
|
||||||
recaptcha-valid?
|
|
||||||
recaptcha-error
|
|
||||||
}
|
|
||||||
"An example:"
|
"An example:"
|
||||||
{ $subsections
|
{ $subsections "recaptcha-example" } ;
|
||||||
"recaptcha-example"
|
|
||||||
} ;
|
|
||||||
|
|
||||||
ABOUT: "furnace.recaptcha"
|
ABOUT: "furnace.recaptcha"
|
||||||
|
|
Loading…
Reference in New Issue