X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWatchlist.php;h=971aa43c0997859259a8484ce81f5bf34b52ae42;hb=df519cca358ff1a0b7abfb217ba4b7dde2e98e81;hp=0fc6e13c416bd826b015875e0ae9c4f4b4617059;hpb=e0df6ef754a0ea377ba9ca89b3764af0eb9c3791;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 0fc6e13c41..971aa43c09 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -102,11 +102,6 @@ class SpecialWatchlist extends ChangesListSpecialPage { if ( $this->isStructuredFilterUiEnabled() ) { $output->addModuleStyles( [ 'mediawiki.rcfilters.highlightCircles.seenunseen.styles' ] ); - - $output->addJsConfigVars( - 'wgStructuredChangeFiltersEditWatchlistUrl', - SpecialPage::getTitleFor( 'EditWatchlist' )->getLocalURL() - ); } }