Merge branch 'master' into dev10

pull/6/head
Fred Tempez 3 years ago
commit 111263ba91

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

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

Loading…
Cancel
Save