mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Dequeued watch module since it is not needed
This commit is contained in:
parent
1b4daf957c
commit
71876c5f9e
|
@ -215,6 +215,9 @@ class SkinCitizen extends SkinTemplate {
|
|||
// Replace the search module
|
||||
$modules['search'] = 'skins.citizen.search.scripts';
|
||||
|
||||
// Dequeue default watch module (not needed, no watchstar in this skin)
|
||||
$modules['watch'] = [];
|
||||
|
||||
return $modules;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue