mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Improve PayPal Subscription
This commit is contained in:
parent
97fc15c0c2
commit
b5821d1674
5 changed files with 30 additions and 4 deletions
|
@ -443,7 +443,7 @@ function _addView(videos_id, currentTime) {
|
|||
'currentTime': currentTime
|
||||
},
|
||||
success: function (response) {
|
||||
$('.view-count' + videos_id).text(response.count);
|
||||
$('.view-count' + videos_id).text(response.countHTML);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue