[9.2.26] fix arrièreplan TinyMCE

This commit is contained in:
Fred Tempez 2020-03-20 08:57:11 +01:00
parent 70bc030cd2
commit aaf380ae21
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '9.2.25';
const ZWII_VERSION = '9.2.26';
const ZWII_UPDATE_CHANNEL = "v9";
public static $actions = [];

View File

@ -191,6 +191,11 @@ tinymce.init({
]
});
/**
* Suppression du back ground TinyMCE
*
*/
$(body).removeAttr("background-image");
tinymce.PluginManager.add('stickytoolbar', function(editor, url) {