... |
... |
@@ -28,7 +28,7 @@ class KernelRequestSubscriber implements EventSubscriberInterface
|
28 |
28 |
$request = $e->getRequest();
|
29 |
29 |
|
30 |
30 |
if ($this->scopeMatcher->isBackendRequest($request)) {
|
31 |
|
- $GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/grid_position_widget.min.css|static';
|
|
31 |
+ $GLOBALS['TL_CSS'][] = 'bundles/vonrotenbergcoretools/css/be_grid_position_widget.min.css|static';
|
32 |
32 |
$GLOBALS['TL_JAVASCRIPT'][] = 'bundles/vonrotenbergcoretools/js/GridSelectionHandler.js|async';
|
33 |
33 |
}
|
34 |
34 |
}
|