Make legend on Special:RecentChanges and Special:Watchlist collapsible
[lhc/web/wiklou.git] / includes / specials / SpecialWatchlist.php
index 9e93881..4d86744 100644 (file)
@@ -40,6 +40,7 @@ class SpecialWatchlist extends SpecialPage {
                $user = $this->getUser();
                $output = $this->getOutput();
                $output->addModuleStyles( 'mediawiki.special.changeslist' );
+               $output->addModules( 'mediawiki.special.changeslist.js' );
 
                # Anons don't get a watchlist
                $this->requireLogin( 'watchlistanontext' );