diff --git a/index.php b/index.php index aaa842d950..d6c9e1b165 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,12 @@ function loadPlayLists() { $.ajax({ - url: 'playLists.json', + url: 'objects/playlists.json.php', success: function (response) { $('#searchlist').html(''); for (var i in response) { @@ -228,7 +228,7 @@ if (!empty($videos)) { $('#addPlayList').click(function () { modal.showPleaseWait(); $.ajax({ - url: 'addNewPlayList', + url: 'objects/playlistAddNew.json.php', method: 'POST', data: { 'videos_id': , diff --git a/plugin/FBTube/view/modeFacebook.php b/plugin/FBTube/view/modeFacebook.php index 115d062c28..4d544d542e 100644 --- a/plugin/FBTube/view/modeFacebook.php +++ b/plugin/FBTube/view/modeFacebook.php @@ -1,12 +1,8 @@ @@ -16,17 +12,17 @@ require_once '../videos/configuration.php'; include $global['systemRootPath'] . 'view/include/head.php'; ?> - + - - - - - - - - - + + + + + + + + +