Changing the reCAPTCHA theme since the clear one doesn't fit on mobile phones...
This commit is contained in:
@@ -56,7 +56,7 @@ require_once('public/recaptchalib.php');
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<script type="text/javascript"><!-- reCAPTCHA -->
|
<script type="text/javascript"><!-- reCAPTCHA -->
|
||||||
var RecaptchaOptions = {
|
var RecaptchaOptions = {
|
||||||
theme : 'clean'
|
theme : 'white'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<?php if (!empty(ISQ::$general['clipboard'])) { ?>
|
<?php if (!empty(ISQ::$general['clipboard'])) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user