1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Fixed captcha text css selector

This commit is contained in:
omegastripes 2024-04-08 03:25:10 +03:00 committed by GitHub
parent 5fd3017d6a
commit 6399a71e63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ $_page = new Page(array('Transfer Funds'));
data: {
"value": $('#value').val(),
"users_id": $('#users_id').val(),
"captcha": $('#captchaText').val()
"captcha": <?php echo $capcha['captchaText']; ?>
},
type: 'post',
success: function(response) {