mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
progress
This commit is contained in:
parent
a2c603e26f
commit
a11ae23eee
9 changed files with 37 additions and 49 deletions
|
@ -17,7 +17,7 @@ function isFlickityEnabled(selector){
|
|||
|
||||
function loadPlayLists() {
|
||||
$.ajax({
|
||||
url: webSiteRootURL + 'playLists.json',
|
||||
url: webSiteRootURL + 'objects/playlists.json.php',
|
||||
success: function (response) {
|
||||
$('#searchlist').html('');
|
||||
for (var i in response) {
|
||||
|
@ -137,7 +137,7 @@ $(function () {
|
|||
$('#addPlayList').click(function () {
|
||||
modal.showPleaseWait();
|
||||
$.ajax({
|
||||
url: webSiteRootURL + 'addNewPlayList',
|
||||
url: webSiteRootURL + 'objects/playlistAddNew.json.php',
|
||||
method: 'POST',
|
||||
data: {
|
||||
'videos_id': videos_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue