diff options
Diffstat (limited to 'lib/include/html_head.inc.php')
| -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> |
