mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Remove unused maximize parameters
This commit is contained in:
@@ -46,7 +46,6 @@ class CKEditorHelper
|
|||||||
// configuration
|
// configuration
|
||||||
$aConfiguration = [
|
$aConfiguration = [
|
||||||
'language' => $sLanguage,
|
'language' => $sLanguage,
|
||||||
'maximize' => [],
|
|
||||||
'detectChanges' => [
|
'detectChanges' => [
|
||||||
'initialValue' => $sInitialValue,
|
'initialValue' => $sInitialValue,
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ EOF
|
|||||||
if ($bRichEditor) {
|
if ($bRichEditor) {
|
||||||
|
|
||||||
// Enable CKEditor
|
// Enable CKEditor
|
||||||
CKEditorHelper::ConfigureCKEditorElementForRenderingOutput($oOutput, $this->oField->GetGlobalId(), $this->oField->GetCurrentValue(), false, false, ['maximize' => []]);
|
CKEditorHelper::ConfigureCKEditorElementForRenderingOutput($oOutput, $this->oField->GetGlobalId(), $this->oField->GetCurrentValue(), false, false, []);
|
||||||
|
|
||||||
if (($this->oField->GetObject() !== null) && ($this->oField->GetTransactionId() !== null)) {
|
if (($this->oField->GetObject() !== null) && ($this->oField->GetTransactionId() !== null)) {
|
||||||
$oOutput->AddJs(InlineImage::EnableCKEditorImageUpload($this->oField->GetObject(), utils::GetUploadTempId($this->oField->GetTransactionId())));
|
$oOutput->AddJs(InlineImage::EnableCKEditorImageUpload($this->oField->GetObject(), utils::GetUploadTempId($this->oField->GetTransactionId())));
|
||||||
|
|||||||
Reference in New Issue
Block a user