diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 515fb8f6..9c45d9c1 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -5,11 +5,11 @@ tinymce.init({ // Classe où appliquer l'éditeur selector: ".editorWysiwyg", // Aperçu dans le pied de page - // setup:function(ed) { - // ed.on('change', function(e) { - // $("#footerText").html(ed.getContent()); - // }); - //}, + setup:function(ed) { + ed.on('change', function(e) { + $("#footerText").html(tinyMCE.get('themeFooterText').getContent()); + }); + }, // Langue language: "fr_FR", // Plugins