Skip to content

Commit

Permalink
Use captcheck.dist.js
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmt committed Apr 16, 2018
1 parent a9eb59c commit a0d2293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<link href="static/css/material-color/material-color.min.css" rel="stylesheet">
<link href="static/css/index.css" rel="stylesheet">
<?php if (CAPTCHA_ENABLED) { ?>
<script src="<?php echo CAPTCHA_SERVER ?>/captcheck.js"></script>
<script src="<?php echo CAPTCHA_SERVER ?>/captcheck.dist.js"></script>
<?php } ?>
</head>
<body>
Expand Down

0 comments on commit a0d2293

Please sign in to comment.