diff --git a/includes/SkinCitizen.php b/includes/SkinCitizen.php index a51ca513..6e0b9ac8 100644 --- a/includes/SkinCitizen.php +++ b/includes/SkinCitizen.php @@ -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; }