mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Make a dinner reservation - MediaWiki CI
I clean up code to MediaWiki standards
This commit is contained in:
parent
f816fdb830
commit
c04d4b102e
|
@ -52,7 +52,7 @@ class SkinCitizen extends SkinMustache {
|
|||
$out->addMeta( 'theme-color', $this->getConfigValue( 'CitizenThemeColor' ) ?? '' );
|
||||
|
||||
// Load Citizen search suggestion modules if enabled
|
||||
// TODO: Avoid eager loading. check T233677 for details
|
||||
// TODO: Avoid eager loading. check T233677 for details
|
||||
if ( $this->getConfigValue( 'CitizenEnableSearch' ) === true ) {
|
||||
$options['scripts'] = array_merge(
|
||||
$options['scripts'],
|
||||
|
|
Loading…
Reference in a new issue