diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index a24f6e59d..30c0216be 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -531,8 +531,7 @@ JS $sAbsoluteUrlAppRoot = utils::GetAbsoluteUrlAppRoot(); $sToggleFullScreen = htmlentities(Dict::S('UI:ToggleFullScreen'), ENT_QUOTES, 'UTF-8'); - $sAppRootUrl = utils::GetAbsoluteUrlAppRoot(); - + return << '); + $('#'+oEditor.id+'_toolbox').append(' '); $('#'+oEditor.id+'_toolbox .ibo-vendors-ckeditor--toolbar-fullscreen-button').on('click', function() { oEditor.execCommand('maximize'); if ($(this).closest('.cke_maximized').length != 0)