UserComment subscription

This commit is contained in:
2016-02-09 02:24:20 +08:00
parent e37a9d8a72
commit 4cc218b03a
8 changed files with 93 additions and 50 deletions
+8 -4
View File
@@ -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();
}