Merge master 9.2.09

This commit is contained in:
Fred 2019-10-07 11:34:06 +02:00 committed by GitHub
parent 7a0a680e70
commit 68d52a7f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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(ed.getContent());
// });
//},
// Langue
language: "fr_FR",
// Plugins