Show watchlist to non-JS users of Minerva

Bug: T196893
Change-Id: Ibd52079d3862854c9c88dae87501b0d42ae99716
This commit is contained in:
jdlrobson 2018-10-10 14:08:59 -07:00
parent 07a3b81c91
commit 3f674008a3
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ class SkinMinerva extends SkinTemplate {
}
}
$menu->insert( 'watchlist', $isJSOnly = true )
$menu->insert( 'watchlist' )
->addComponent(
$this->msg( 'mobile-frontend-main-menu-watchlist' )->escaped(),
$watchTitle->getLocalURL( $watchlistQuery ),