diff options
| -rw-r--r-- | lib/include/html_head.inc.php | 1 | ||||
| -rw-r--r-- | resources/studip.d.ts | 1 | ||||
| -rw-r--r-- | templates/layouts/base.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index f65ba14..5704ae4 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -61,7 +61,6 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); is_object($GLOBALS['perm']) && $GLOBALS['perm']->have_perm('autor') && PersonalNotifications::isActivated()) ?>, - wysiwyg_enabled: true, editor_enabled: true, config: <?= json_encode([ 'ACTIONMENU_THRESHOLD' => Config::get()->ACTION_MENU_THRESHOLD, diff --git a/resources/studip.d.ts b/resources/studip.d.ts index ec5c065..c8797cc 100644 --- a/resources/studip.d.ts +++ b/resources/studip.d.ts @@ -5,7 +5,6 @@ export {}; declare global { interface Window { STUDIP: { - wysiwyg_enabled: boolean; INSTALLED_LANGUAGES: { [name: string]: InstalledLanguage }; ABSOLUTE_URI_STUDIP: string; ASSETS_URL: string; diff --git a/templates/layouts/base.php b/templates/layouts/base.php index 6f155b9..73b4712 100644 --- a/templates/layouts/base.php +++ b/templates/layouts/base.php @@ -57,7 +57,6 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); is_object($GLOBALS['perm']) && $GLOBALS['perm']->have_perm('autor') && PersonalNotifications::isActivated()) ?>, - wysiwyg_enabled: true, editor_enabled: true, server_timestamp: <?= time() ?>, config: <?= json_encode([ |
