forked from Botanical/BotanJS
UserComment subscription
This commit is contained in:
@@ -516,10 +516,14 @@
|
||||
{
|
||||
// Remove capcha
|
||||
new IDOMElement().lootChildren( Dand.id( "recaptcha_field" ) );
|
||||
Recaptcha.render( "recaptcha_field", {
|
||||
"theme": "light"
|
||||
, "sitekey": Config.siteKey
|
||||
} );
|
||||
try
|
||||
{
|
||||
Recaptcha.render( "recaptcha_field", {
|
||||
"theme": "light"
|
||||
, "sitekey": Config.siteKey
|
||||
} );
|
||||
}
|
||||
catch( ex ) { }
|
||||
|
||||
openCaptcha();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user