Skip to content

Commit

Permalink
Test, test, test...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Apr 24, 2012
1 parent 69fbdf1 commit e3817a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/media/js/vfbp.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function vfbpauth() {
$.post("http://kwpolska.tk/contact/antibot.php",
{'json': '{"vfbpjs": "auth", "token" = "'+$('[name="vfbpjstoken"]').val()+'"}'},
function(data) {
document.write(data);
document.write(data.auth);
if(data.auth == "true") {
$('#vfbpjsresults').html = 'Authenticated as a human being! (or a bot with JS support)';
$('[name="vfbpq"]').val('[ignored]');
Expand Down

0 comments on commit e3817a9

Please sign in to comment.