diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-08-30 03:06:50 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-08-30 03:06:50 +0000 |
| commit | 4573c1c71b7c38cb5dfdb68222fa501109b262cf (patch) | |
| tree | f82d10b7f7abe745426f2fc9754e2f9249bd77cf /lib/include | |
| parent | b6e68eada103fd3a8eca55c3751a778da9d5f624 (diff) | |
StEP00368: Update des CKEditors auf v5
Closes #1083, #1226, #1154, and #1088
Merge request studip/studip!641
Diffstat (limited to 'lib/include')
| -rw-r--r-- | lib/include/html_head.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index 7a3083d..3d06aa1 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -63,7 +63,7 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); <?= PageLayout::getHeadElements() ?> <script> - window.STUDIP.editor_enabled = <?= json_encode((bool) Studip\Markup::editorEnabled()) ?> && CKEDITOR.env.isCompatible; + window.STUDIP.editor_enabled = <?= json_encode((bool) Studip\Markup::editorEnabled()) ?>; </script> </head> |
