File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 < script type ="text/javascript ">
99 window . grecaptchaElements = window . grecaptchaElements || [ ] ;
1010 var siteKey = '{element.properties.siteKey}' ;
11- var action = '{element.properties.action}'
11+ var action = '{element.properties.action}' ;
1212 var selector = '#{element.uniqueIdentifier}' ;
1313 window . grecaptchaElements . push ( {
1414 siteKey : siteKey ,
3636 m = d . createElement ( 'script' ) ,
3737 m . async = 1 ,
3838 m . defer = 1 ,
39- m . src = 'https://www.google.com/recaptcha/api.js?render={element.properties.siteKey}&onload=grecaptchaOnload' ,
39+ m . src = 'https://www.google.com/recaptcha/api.js?render=<f:format.raw> {element.properties.siteKey}</f:format.raw> &onload=grecaptchaOnload' ,
4040 d . body . appendChild ( m )
4141 ) ;
4242 } ( document , window )
4343 </ script >
4444 </ f:if >
4545
46- </ f:section >
46+ </ f:section >
You can’t perform that action at this time.
0 commit comments