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:
parent
5fd3017d6a
commit
6399a71e63
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue