diff --git a/core/vendor/fullpage/init.js b/core/vendor/fullpage/init.js index 18eb65a1..9f5aee72 100644 --- a/core/vendor/fullpage/init.js +++ b/core/vendor/fullpage/init.js @@ -4,7 +4,6 @@ $(function() { autoScrolling:true, scrollHorizontally: true, verticalCentered: false, - animateAnchor: true, - paddingBottom: '100px' + animateAnchor: true }); }); \ No newline at end of file diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index e6a64cd6..c1cf4db0 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -161,16 +161,15 @@ tinymce.init({ description: "Bloc de texte avec effet accordéon." }, { - title: "Effet FullPage Section", + title: "FullPage sections", url: baseUrl + "core/vendor/tinymce/templates/fullPageSections.html", description: "Page organisée en sections navigable avec le module redirection." }, { - title: "Effet FullPage Slides", + title: "FullPage slides", url: baseUrl + "core/vendor/tinymce/templates/fullPageSlides.html", description: "Page organisée en slides navigable avec le module redirection." }, - { title: "Grille symétrique : 6 - 6", url: baseUrl + "core/vendor/tinymce/templates/col6.html",