mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Re-enable watch module since it provides better UX
This commit is contained in:
parent
71876c5f9e
commit
e1db357496
|
@ -215,9 +215,6 @@ 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