Added proper spacing and faster load

This commit is contained in:
webuser@infra.woelkchen.at
2024-03-20 12:53:44 +01:00
parent f3595b4918
commit 39b52dc2b2
4 changed files with 10 additions and 4 deletions

View File

@ -11,7 +11,7 @@ class SpoilerAlertHooks {
}
public static function onBeforePageDisplay( OutputPage &$out, Skin &$skin ) {
$out->addModules( ['ext.spoileralert'] );
$out->addModuleStyles( ['ext.spoileralert'] );
return true;
}
}