Fixed remanant of when the site module was called sitejs
This commit is contained in:
parent
0b1b716504
commit
32e5e984ff
1 changed files with 1 additions and 1 deletions
|
|
@ -2368,7 +2368,7 @@ class OutputPage {
|
|||
|
||||
// Add site JS if enabled
|
||||
if ( $wgUseSiteJs ) {
|
||||
$scripts .= self::makeResourceLoaderLink( $sk, 'sitejs', 'scripts' );
|
||||
$scripts .= self::makeResourceLoaderLink( $sk, 'site', 'scripts' );
|
||||
}
|
||||
|
||||
return $scripts;
|
||||
|
|
|
|||
Loading…
Reference in a new issue