From a11ae23eee922f3efd34eceb9de93b75d03d4f60 Mon Sep 17 00:00:00 2001 From: Vinzenz Hersche Date: Wed, 6 Jun 2018 20:16:53 +0200 Subject: [PATCH] progress --- index.php | 9 ++++++--- plugin/FBTube/view/getVideos.php | 4 ++-- plugin/FBTube/view/modeFacebook.php | 30 ++++++++++++---------------- plugin/Gallery/view/modeGallery.php | 8 +++----- plugin/YouPHPFlix/view/firstPage.php | 9 +++------ plugin/YouPHPFlix/view/js/script.js | 4 ++-- view/managerCategories.php | 8 ++++---- view/managerPlugins.php | 4 ++-- view/modeYoutube.php | 10 ++-------- 9 files changed, 37 insertions(+), 49 deletions(-) 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'; ?> - + - - - - - - - - - + + + + + + + + +