1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Vinzenz Hersche 2018-06-06 20:16:53 +02:00
parent a2c603e26f
commit a11ae23eee
9 changed files with 37 additions and 49 deletions

View file

@ -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,