1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Improve PayPal Subscription

This commit is contained in:
Daniel 2021-07-29 14:25:36 -03:00
parent 97fc15c0c2
commit b5821d1674
5 changed files with 30 additions and 4 deletions

View file

@ -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);
}
});
}