aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/javascripts/bootstrap')
-rw-r--r--resources/assets/javascripts/bootstrap/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/bootstrap/application.js b/resources/assets/javascripts/bootstrap/application.js
index c32b751..fc5cd68 100644
--- a/resources/assets/javascripts/bootstrap/application.js
+++ b/resources/assets/javascripts/bootstrap/application.js
@@ -367,7 +367,7 @@ jQuery(document).on('click', 'a[data-behaviour~="ajax-toggle"]', function (event
const top = topBarHeight + contentBarHeight;
if (lastTop !== top) {
- STUDIP.CSS.removeRule('.ck .ck-sticky-panel .ck-sticky-panel__content_sticky');
+ STUDIP.CSS.removeRule('.ck-sticky-panel .ck-sticky-panel__content_sticky');
STUDIP.CSS.addRule(
'.ck-sticky-panel .ck-sticky-panel__content_sticky',