Skip to content

Commit

Permalink
Merge pull request #152 from wangqiliang/master
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed Apr 28, 2020
2 parents b7cadea + f1028fb commit fd410dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function skinHeader($script = '', $recaptcha = false, $adminNav = false) {
echo "<script type=\"text/javascript\">" . $script . "</script>";
}
if($recaptcha){
echo '<script src="https://www.google.com/recaptcha/api.js" async defer></script>';
echo '<script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script>';
}
?>
<style>
Expand Down

0 comments on commit fd410dc

Please sign in to comment.