No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 10: | Line 10: | ||
} | } | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[en:{{FULLPAGENAME}}]] | |||
[[de:{{Bekannte Probleme}}]] |
Revision as of 11:12, 19 April 2023
The filter on special pages (e.g., "Recent changes") fails to load. -v4.2.6 +
Description: In some cases, the page Special:RecentChanges does not finish loading.
Help: You can add the following script to MediaWiki:Common.js:
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Watchlist' ) {
document.body.classList.add( 'mw-rcfilters-ui-initialized' );
}
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Recentchanges' ) {
document.body.classList.add( 'mw-rcfilters-ui-initialized' );
}
[[de:Template:Bekannte Probleme]]