about summary refs log tree commit diff
path: root/corp/rih/src/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'corp/rih/src/home.html')
-rw-r--r--corp/rih/src/home.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/corp/rih/src/home.html b/corp/rih/src/home.html
index 95a77877d3..7f1ff5f332 100644
--- a/corp/rih/src/home.html
+++ b/corp/rih/src/home.html
@@ -1,12 +1,13 @@
 html! {
 <main>
   <script>
-    {r#"function captchaOnload(sitekey) {
+    {r#"function captchaOnload(sitekey, callback) {
       if (window.smartCaptcha) {
         const container = document.getElementById('captcha-container');
         const widgetId = window.smartCaptcha.render(container, {
             sitekey: sitekey,
             hl: 'en',
+            callback: callback,
         });
       }
     }"#}