Skip to content

Commit

Permalink
Update recaptcha.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMarquezF authored Sep 26, 2019
1 parent 2a91727 commit a300807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recaptchav2/recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ function render()
?>
<div id="<?php echo $this->id; ?>" style="display:flex;justify-content:center;" class="g-recaptcha" data-sitekey="<?php echo $pconfig['g-site-key']; ?>" data-theme="<?php echo $fconfig['theme'] ?: 'light'; ?>" data-type="<?php echo $fconfig['type'] ?: 'image'; ?>" data-size="<?php echo $fconfig['size'] ?: 'normal'; ?>"></div>
<script src="https://www.google.com/recaptcha/api.js" type="application/javascript" async defer></script>
<script>console.log("asdadasd")</script>

<?php
}
function getValue()
Expand Down

0 comments on commit a300807

Please sign in to comment.